rebalance nukes

This commit is contained in:
Evan
2024-11-20 20:07:56 -08:00
parent 18ac34ae45
commit 8b391c7ae0
+1 -1
View File
@@ -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())