papayajordane

Papaya's Garden Testing Mod

Oct 14th, 2019 (edited)
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. Game.Win('Third-party');
  2. for (let i in Game.ObjectsById[2].minigame.plantsById) {
  3. Game.ObjectsById[2].minigame.plantsById[i].matureBase = 0;
  4. Game.ObjectsById[2].minigame.plantsById[i].mature = 0;
  5. Game.ObjectsById[2].minigame.plantsById[i].immortal = 1;
  6. }
  7. Game.RuinTheFun();
  8. //All credit goes to voxx of Pandora (AKA Re_Incarnation)
  9. //this addon makes plants instantly mature and immortal (which means they can't be overtaken by weeds)
  10. //Game.LoadMod("https://glander.club/asjs/4vdyzum9");
Add Comment
Please, Sign In to add comment