From f55f707b5e738896a4aa5999c3fac395370ed914 Mon Sep 17 00:00:00 2001 From: Ady4ik <141335742+Ady4ik@users.noreply.github.com> Date: Thu, 30 May 2024 19:49:27 +0300 Subject: [PATCH] Remove DisasterEvent before rules (#1066) * Remove DisasterEvent before rules * Fix comm --- .../Prototypes/GameRules/unknown_shuttles.yml | 30 ++++++++++--------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/Resources/Prototypes/GameRules/unknown_shuttles.yml b/Resources/Prototypes/GameRules/unknown_shuttles.yml index 359d7bffc0425a..3863d0e3753920 100644 --- a/Resources/Prototypes/GameRules/unknown_shuttles.yml +++ b/Resources/Prototypes/GameRules/unknown_shuttles.yml @@ -28,20 +28,22 @@ - type: LoadMapRule preloadedGrid: TravelingCuisine -- type: entity - id: UnknownShuttleDisasterEvacPod - parent: BaseGameRule - noSpawn: true - components: - - type: StationEvent - startAnnouncement: station-event-unknown-shuttle-incoming - startAudio: - path: /Audio/Announcements/attention.ogg - weight: 5 - reoccurrenceDelay: 30 - duration: 1 - - type: LoadMapRule - preloadedGrid: DisasterEvacPod +# SS220 No DisasterEvacPodEvent before add rules begin +#- type: entity +# id: UnknownShuttleDisasterEvacPod +# parent: BaseGameRule +# noSpawn: true +# components: +# - type: StationEvent +# startAnnouncement: station-event-unknown-shuttle-incoming +# startAudio: +# path: /Audio/Announcements/attention.ogg +# weight: 5 +# reoccurrenceDelay: 30 +# duration: 1 +# - type: LoadMapRule +# preloadedGrid: DisasterEvacPod +# SS220 No DisasterEvacPodEvent before add rules end - type: entity id: UnknownShuttleHonki