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:
parent
559f4dd622
commit
5febe0d4db
4 changed files with 7 additions and 3 deletions
js/Demo
|
@ -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},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue