mirror of
https://github.com/zyllian/zyllian.github.io.git
synced 2025-05-09 18:16:43 -07:00
make it harder to train a pet
This commit is contained in:
parent
3c3e374fd5
commit
f4a2f9f373
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue