mirror of
https://github.com/zyllian/zyllian.github.io.git
synced 2025-01-18 03:32:30 -08: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
|
@ -76,6 +76,12 @@ embed:
|
|||
|
||||
<details>
|
||||
<summary>changelog</summary>
|
||||
<details>
|
||||
<summary>07/04/2024</summary>
|
||||
<ul>
|
||||
<li>oops pets couldn't age past puppies..</li>
|
||||
</ul>
|
||||
</details>
|
||||
<details>
|
||||
<summary>06/25/2024</summary>
|
||||
<ul>
|
||||
|
|
|
@ -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
Reference in a new issue