Ishadijcks / Ishadijcks.github.io

PokéClicker
15 stars 32 forks source link

Fixed addMineItem #41

Closed Aegyo closed 7 years ago

Aegyo commented 7 years ago

Fossils are now added with a value of 0

Ishadijcks commented 7 years ago

Great, not unfortunately this won't work on people who already have the item, since it just increases the 'amount' in their inventory list.

Can you write a script that is triggered by a lower savefile number (like resetExp in save.js) that looks for the fossils in the players inventory and sets the value to 0?

Ishadijcks commented 7 years ago

Issue #35