Skip to content

Commit

Permalink
Update unknown_shuttles.yml
Browse files Browse the repository at this point in the history
Fix marks
  • Loading branch information
Bomjojuk authored Dec 29, 2024
1 parent d5618e3 commit efb3c36
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions Resources/Prototypes/GameRules/unknown_shuttles.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Shuttle Game Rule Tables -- If you dont add your rules to these they wont be used by the games schedulers.

#SS220-LostSoulsRevive begin
- type: entityTable
id: UnknownShuttlesFriendlyTable
table: !type:AllSelector # we need to pass a list of rules, since rules have further restrictions to consider via StationEventComp
Expand All @@ -9,7 +8,6 @@
- id: UnknownShuttleTravelingCuisine
- id: UnknownShuttleDisasterEvacPod
- id: UnknownShuttleHonki
#SS220-LostSoulsRevive end
# - id: UnknownShuttleNTQuark
# - id: UnknownShuttleCruiser
# - id: UnknownShuttleCryptid
Expand Down Expand Up @@ -60,7 +58,7 @@
id: UnknownShuttleCargoLost
components:
- type: StationEvent
maxOccurrences: 1 # should be the same as [copies] in shuttle_incoming_event.yml
maxOccurrences: 1 # should be the same as [copies] in shuttle_incoming_event.yml #SS220 Lost Souls Revive
- type: LoadMapRule
preloadedGrid: ShuttleCargoLost

Expand All @@ -70,7 +68,7 @@
components:
- type: StationEvent
startAnnouncement: station-event-unknown-shuttle-incoming
maxOccurrences: 1 # should be the same as [copies] in shuttle_incoming_event.yml
maxOccurrences: 1 # should be the same as [copies] in shuttle_incoming_event.yml #SS220 Lost Souls Revive
- type: LoadMapRule
preloadedGrid: TravelingCuisine

Expand All @@ -80,7 +78,7 @@
components:
- type: StationEvent
startAnnouncement: station-event-unknown-shuttle-incoming
maxOccurrences: 2 # should be the same as [copies] in shuttle_incoming_event.yml
maxOccurrences: 2 # should be the same as [copies] in shuttle_incoming_event.yml #SS220 Lost Souls Revive
- type: LoadMapRule
preloadedGrid: DisasterEvacPod

Expand All @@ -90,7 +88,7 @@
id: UnknownShuttleHonki
components:
- type: StationEvent
startAnnouncement: station-event-unknown-shuttle-incoming #!!
startAnnouncement: station-event-unknown-shuttle-incoming #SS220 Lost Souls Revive
weight: 1
- type: LoadMapRule
preloadedGrid: Honki
Expand Down

0 comments on commit efb3c36

Please sign in to comment.