diff --git a/site/root/js/pet.js b/site/root/js/pet.js index 7b02044..bf30a1a 100644 --- a/site/root/js/pet.js +++ b/site/root/js/pet.js @@ -350,7 +350,7 @@ * makes the pet go potty */ goPotty() { - if (this.behavior > 15) { + if (this.behavior > 45) { // go potty properly } else { this.messCounter += 1;