mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-30 14:52:14 +00:00
don't render player info on top of exit button, render unit type
This commit is contained in:
@@ -8,7 +8,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) / 20
|
||||
info.cost = (p: Player) => oldCost(p) / 10000
|
||||
return info
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user