diff --git a/src/core/execution/MIRVExecution.ts b/src/core/execution/MIRVExecution.ts index 32b55a032..4492b15b0 100644 --- a/src/core/execution/MIRVExecution.ts +++ b/src/core/execution/MIRVExecution.ts @@ -22,7 +22,7 @@ export class MirvExecution implements Execution { private mirvRange = 1500; private warheadCount = 350; - private MIRV_FIXED_TRAVEL_TIME = 20; // Ticks + private MIRV_FIXED_TRAVEL_TIME = 40; // Ticks private random: PseudoRandom;