mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-19 08:45:06 +00:00
use html for rendering text
This commit is contained in:
@@ -23,12 +23,12 @@ export class DevConfig extends DefaultConfig {
|
||||
// return 100
|
||||
}
|
||||
|
||||
unitInfo(type: UnitType): UnitInfo {
|
||||
const info = super.unitInfo(type)
|
||||
const oldCost = info.cost
|
||||
info.cost = (p: Player) => oldCost(p) / 10000
|
||||
return info
|
||||
}
|
||||
// unitInfo(type: UnitType): UnitInfo {
|
||||
// const info = super.unitInfo(type)
|
||||
// const oldCost = info.cost
|
||||
// info.cost = (p: Player) => oldCost(p) / 10000
|
||||
// return info
|
||||
// }
|
||||
|
||||
// tradeShipSpawnRate(): number {
|
||||
// return 10
|
||||
|
||||
Reference in New Issue
Block a user