From f4a2f9f3734480dc86cfbe7e8986ad570fbf4ff5 Mon Sep 17 00:00:00 2001 From: zyl Date: Tue, 25 Jun 2024 00:44:55 -0700 Subject: [PATCH] make it harder to train a pet --- site/root/js/pet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;