mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 21:04:14 +00:00
Feat: Update MIRV fixed travel time to 40 ticks
Changed the MIRV_FIXED_TRAVEL_TIME constant from 20 to 40 ticks in src/core/execution/MIRVExecution.ts to slow down MIRV travel.
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 = 20; // Ticks
|
||||
private MIRV_FIXED_TRAVEL_TIME = 40; // Ticks
|
||||
|
||||
private random: PseudoRandom;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user