mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-11 13:08:27 +00:00
make unit cost scale up w/ # units
This commit is contained in:
@@ -5,7 +5,7 @@ export const devConfig = new class extends DefaultConfig {
|
||||
unitInfo(type: UnitType): UnitInfo {
|
||||
const info = super.unitInfo(type)
|
||||
const oldCost = info.cost
|
||||
info.cost = (p: Player) => oldCost(p) / 100
|
||||
// info.cost = (p: Player) => oldCost(p) / 100
|
||||
return info
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user