Fixed dragon tooltip #736

This commit is contained in:
Daniël van Noord
2021-04-02 15:08:02 +02:00
parent 5f64d2dd9f
commit ba0ff40aba
4 changed files with 4 additions and 4 deletions

View File

@@ -46,7 +46,7 @@ export default function CacheDragonCost() {
cost += price;
SimObjects[target].amount -= 1;
}
CacheCostDragonUpgrade = `Cost to rebuy: ${cost}`;
CacheCostDragonUpgrade = `Cost to rebuy: ${Beautify(cost)}`;
}
} else {
let cost = 0;