mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-27 05:24:36 +00:00
render structures more efficiently
This commit is contained in:
@@ -26,7 +26,7 @@ export class DevConfig extends DefaultConfig {
|
||||
unitInfo(type: UnitType): UnitInfo {
|
||||
const info = super.unitInfo(type)
|
||||
const oldCost = info.cost
|
||||
info.cost = (p: Player) => oldCost(p) / 10
|
||||
info.cost = (p: Player) => oldCost(p) / 1000000000
|
||||
return info
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user