1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2025-04-24 18:21:03 +00:00

Added directMult

This commit is contained in:
Harley White 2021-05-10 17:37:29 -04:00
parent 559f4dd622
commit 5febe0d4db
4 changed files with 7 additions and 3 deletions

View file

@ -396,6 +396,7 @@ addLayer("f", {
base: 3,
roundUpCost: true,
canBuyMax() {return hasAchievement('a', 13)},
directMult() {return new Decimal(player.c.otherThingy)},
row: 1,
layerShown() {return true},