[fix] lone ops fix (#15478)

This commit is contained in:
Scribbles0
2023-04-17 02:01:36 -07:00
committed by GitHub
parent e812e6b3e3
commit ea4a4a8358
4 changed files with 354 additions and 137 deletions

View File

@@ -15,7 +15,7 @@ public sealed class LoneOpsSpawn : StationEventSystem
[Dependency] private readonly GameTicker _gameTicker = default!;
[Dependency] private readonly NukeopsRuleSystem _nukeopsRuleSystem = default!;
public override string Prototype => "LoneOps";
public override string Prototype => "LoneOpsSpawn";
public const string LoneOpsShuttlePath = "Maps/Shuttles/striker.yml";
public const string GameRuleProto = "Nukeops";