Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
XPMUser authored Nov 6, 2024
1 parent 1069945 commit ee62311
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js/game.min - Copy.js
Original file line number Diff line number Diff line change
Expand Up @@ -37192,6 +37192,9 @@ bot.reload();
type: "SpellbookButton"
})
},
addAutoHeal: function(e, t) {
this.game.prodigy.player.changeCurrentHearts(99999999999999990)
},
addBackpack: function (e, t) {
(this.game.prodigy.player.getGold() > 0 || this.game.prodigy.player.backpack.getTotalUnique() > 0) && this.pages[e][t].push({
type: "BackpackButton"
Expand Down
3 changes: 3 additions & 0 deletions js/game.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -37192,6 +37192,9 @@ bot.reload();
type: "SpellbookButton"
})
},
addAutoHeal: function(e, t) {
this.game.prodigy.player.changeCurrentHearts(99999999999999990)
},
addBackpack: function (e, t) {
(this.game.prodigy.player.getGold() > 0 || this.game.prodigy.player.backpack.getTotalUnique() > 0) && this.pages[e][t].push({
type: "BackpackButton"
Expand Down

0 comments on commit ee62311

Please sign in to comment.