mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-28 19:34:51 +00:00
alert when unit is destroyed
This commit is contained in:
@@ -31,18 +31,15 @@ export const devConfig = new class extends DefaultConfig {
|
||||
tradeShipSpawnRate(): number {
|
||||
return 10
|
||||
}
|
||||
// boatMaxDistance(): number {
|
||||
// return 5000
|
||||
// }
|
||||
boatMaxDistance(): number {
|
||||
return 5000
|
||||
}
|
||||
|
||||
// numBots(): number {
|
||||
// return 0
|
||||
// }
|
||||
// spawnNPCs(): boolean {
|
||||
// return false
|
||||
// }
|
||||
numBots(): number {
|
||||
return 0
|
||||
}
|
||||
spawnNPCs(): boolean {
|
||||
return false
|
||||
}
|
||||
|
||||
// boatMaxDistance(): number {
|
||||
// return 2000
|
||||
// }
|
||||
}
|
||||
Reference in New Issue
Block a user