make it harder to train a pet

This commit is contained in:
zyl 2024-06-25 00:44:55 -07:00
parent 3c3e374fd5
commit f4a2f9f373
No known key found for this signature in database

View file

@ -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;