mirror of
https://github.com/zyllian/webdog.git
synced 2025-05-10 02:26:42 -07:00
big bug preventing pets from aging past the pup phase
This commit is contained in:
parent
f5f19b5b56
commit
2dfc19e07a
2 changed files with 7 additions and 1 deletions
|
@ -513,7 +513,7 @@
|
|||
pet.needsAdvancement = false;
|
||||
pet.updateDom();
|
||||
};
|
||||
for (let btn of document.querySelectorAll("button.advancement")) {
|
||||
for (let btn of document.querySelectorAll("button.advance")) {
|
||||
btn.addEventListener("click", advance);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue