Просмотр исходного кода

Give powerup frequency upgrades their flavor text

tags/v0.0.4
Fen Dweller 6 лет назад
Родитель
Сommit
5bf01ccd68
1 измененных файлов: 10 добавлений и 10 удалений
  1. +10
    -10
      constants.js

+ 10
- 10
constants.js Просмотреть файл

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


Загрузка…
Отмена
Сохранить