Преглед изворни кода

Give powerup frequency upgrades their flavor text

tags/v0.0.4
Fen Dweller пре 5 година
родитељ
комит
5bf01ccd68
1 измењених фајлова са 10 додато и 10 уклоњено
  1. +10
    -10
      constants.js

+ 10
- 10
constants.js Прегледај датотеку

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

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...


Loading…
Откажи
Сачувај