mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2024-11-24 09:21:46 +00:00
Updated sample slightly
This commit is contained in:
parent
e876386729
commit
84a8f85c33
1 changed files with 3 additions and 0 deletions
|
@ -37,6 +37,9 @@ var layers = {
|
|||
eff = layer.c.effect();
|
||||
return "which are boosting waffles by "+format(eff.waffleBoost)+" and increasing the Ice Cream cap by "+format(eff.icecreamCap)
|
||||
},
|
||||
doReset(layer){
|
||||
if(layers[layer].row > layers["c"].row) fullLayerReset('c') // This is actually the default behavior
|
||||
},
|
||||
upgrades: {
|
||||
rows: 1,
|
||||
cols: 3,
|
||||
|
|
Loading…
Reference in a new issue