mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-28 05:54:33 +00:00
thread_split: have structure layer draw updated structures
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) / 10000
|
||||
info.cost = (p: Player) => oldCost(p) / 10
|
||||
return info
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user