1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2025-04-22 17:21:06 +00:00
This commit is contained in:
Acamaeda 2020-10-21 16:14:42 -04:00
parent b063265d03
commit d096c3c9b2
8 changed files with 19 additions and 14 deletions

View file

@ -369,12 +369,7 @@ addLayer("f", {
base: 3,
roundUpCost: true,
canBuyMax() {return hasAchievement('a', 13)},
gainMult() {
return new Decimal(1)
},
gainExp() {
return new Decimal(1)
},
row: 1,
layerShown() {return true},
branches: ["c"], // When this layer appears, a branch will appear from this layer to any layers here. Each entry can be a pair consisting of a layer id and a color.