Browse Source

Give powerup frequency upgrades their flavor text

tags/v0.0.4
Fen Dweller 5 years ago
parent
commit
5bf01ccd68
1 changed files with 10 additions and 10 deletions
  1. +10
    -10
      constants.js

+ 10
- 10
constants.js View File

@@ -1045,24 +1045,24 @@ const clickVictimUpgradeText = {


const powerupFreqUpgradeText = [ const powerupFreqUpgradeText = [
{ {
name: "powerup-freq-1",
desc: "",
name: "All-You-Can-Eat",
desc: "Pour on the powerups.",
}, },
{ {
name: "powerup-freq-2",
desc: "",
name: "Buffet",
desc: "Chow down on more and more.",
}, },
{ {
name: "powerup-freq-3",
desc: "",
name: "Bottomless Bowl",
desc: "Eat up!",
}, },
{ {
name: "powerup-freq-4",
desc: "",
name: "Endless Edibles",
desc: "For every one you eat, two more appear.",
}, },
{ {
name: "powerup-freq-5",
desc: "",
name: "UNLIMITED BREADSTICKS",
desc: "UNLIMITED BREADSTICKS",
} }
] ]
// to avoid yoinking stuff from global variables directly... // to avoid yoinking stuff from global variables directly...


Loading…
Cancel
Save