mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-08-16 21:22:00 +00:00
Feat: Update MIRV fixed travel time to 20 ticks
Changed the MIRV_FIXED_TRAVEL_TIME constant from 5 to 20 ticks in src/core/execution/MIRVExecution.ts.
This commit is contained in:
@@ -22,7 +22,7 @@ export class MirvExecution implements Execution {
|
||||
|
||||
private mirvRange = 1500;
|
||||
private warheadCount = 350;
|
||||
private MIRV_FIXED_TRAVEL_TIME = 5; // Ticks
|
||||
private MIRV_FIXED_TRAVEL_TIME = 20; // Ticks
|
||||
|
||||
private random: PseudoRandom;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user