mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-14 17:36:47 +00:00
rebalance nukes
This commit is contained in:
@@ -61,7 +61,7 @@ export class NukeExecution implements Execution {
|
||||
}
|
||||
|
||||
private detonate() {
|
||||
const magnitude = this.type == UnitType.AtomBomb ? 25 : 100
|
||||
const magnitude = this.type == UnitType.AtomBomb ? 15 : 115
|
||||
|
||||
|
||||
const rand = new PseudoRandom(this.mg.ticks())
|
||||
|
||||
Reference in New Issue
Block a user