Skip to content

Commit

Permalink
Remove DisasterEvent before rules (#1066)
Browse files Browse the repository at this point in the history
* Remove DisasterEvent before rules

* Fix comm
  • Loading branch information
Ady4ik committed May 30, 2024
1 parent 6137060 commit f55f707
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions Resources/Prototypes/GameRules/unknown_shuttles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f55f707

Please sign in to comment.