]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix loneop spawnrate by reverting it to not use the shuttle event system. (#32942)
authorBramvanZijp <56019239+BramvanZijp@users.noreply.github.com>
Sat, 26 Oct 2024 02:16:45 +0000 (04:16 +0200)
committerGitHub <noreply@github.com>
Sat, 26 Oct 2024 02:16:45 +0000 (13:16 +1100)
Fix loneop spawnrate by reverting it to not use the custom shuttle event system.

Resources/Prototypes/GameRules/events.yml
Resources/Prototypes/GameRules/unknown_shuttles.yml
Resources/Prototypes/Shuttles/shuttle_incoming_event.yml

index e5e1192fc686ae045519d1f3f4e52b80e69201b2..08218accede474480e45607281027a809106f17a 100644 (file)
@@ -35,6 +35,7 @@
     - id: RevenantSpawn
     - id: SleeperAgents
     - id: ZombieOutbreak
+    - id: LoneOpsSpawn
 
 - type: entity
   id: BaseStationEvent
     duration: 1
   - type: RuleGrids
   - type: LoadMapRule
-    preloadedGrid: ShuttleStriker
+    mapPath: /Maps/Shuttles/ShuttleEvent/striker.yml
   - type: NukeopsRule
     roundEndBehavior: Nothing
   - type: AntagSelection
index afbd552af3f499d543e2424256711f2358bc7f35..f3391333b5338f4f7c06d9c0b1c0d3b1ce5e149d 100644 (file)
@@ -20,7 +20,6 @@
     - id: UnknownShuttleMeatZone
     - id: UnknownShuttleMicroshuttle
     - id: UnknownShuttleSpacebus
-    - id: UnknownShuttleInstigator
 
 - type: entityTable
   id: UnknownShuttlesFreelanceTable
@@ -32,9 +31,9 @@
   id: UnknownShuttlesHostileTable
   table: !type:AllSelector # we need to pass a list of rules, since rules have further restrictions to consider via StationEventComp
     children:
-    - id: LoneOpsSpawn
+    - id: UnknownShuttleInstigator
 
-# Shuttle Game Rules 
+# Shuttle Game Rules
 
 - type: entity
   abstract: true
index a5269a73daef80256532e420ea8ff5a380911d94..1703e0c6980c1023a4e4576b4fd290afab418ed0 100644 (file)
@@ -1,8 +1,3 @@
-- type: preloadedGrid
-  id: ShuttleStriker
-  path: /Maps/Shuttles/ShuttleEvent/striker.yml
-  copies: 2
-
 - type: preloadedGrid
   id: ShuttleCargoLost
   path: /Maps/Shuttles/ShuttleEvent/lost_cargo.yml