mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2025-05-02 06:21:08 +00:00
Added midsection feature
This commit is contained in:
parent
5de27d2b22
commit
ed92c6da2d
3 changed files with 14 additions and 4 deletions
|
@ -298,6 +298,10 @@ addLayer("f", {
|
|||
return ("This weird farmer dinosaur will only see you if you have at least " + this.requires() + " candies. You only have " + formatWhole(player.points))
|
||||
},
|
||||
|
||||
midsection: [
|
||||
"blank", ['display-image', 'https://images.beano.com/store/24ab3094eb95e5373bca1ccd6f330d4406db8d1f517fc4170b32e146f80d?auto=compress%2Cformat&dpr=1&w=390']
|
||||
],
|
||||
|
||||
// The following are only currently used for "custom" Prestige type:
|
||||
prestigeButtonText() { //Is secretly HTML
|
||||
if (!this.canBuyMax()) return "Hi! I'm a <u>weird dinosaur</u> and I'll give you a Farm Point in exchange for all of your candies and lollipops! (At least " + formatWhole(tmp.nextAt[layer]) + " candies)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue