Skip to content

Commit

Permalink
Remove Hostile Shuttles (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
LankLTE authored Feb 8, 2025
1 parent fe41625 commit f0faea4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Resources/Prototypes/GameRules/roundstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,8 @@
tableId: UnknownShuttlesFriendlyTable
- !type:NestedSelector
tableId: UnknownShuttlesFreelanceTable
- !type:NestedSelector
tableId: UnknownShuttlesHostileTable
# - !type:NestedSelector
# tableId: UnknownShuttlesHostileTable

- type: entity
id: BasicStationEventScheduler
Expand Down
14 changes: 7 additions & 7 deletions Resources/Prototypes/GameRules/unknown_shuttles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
children:
- id: UnknownShuttleSyndieEvacPod

- type: entityTable
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: UnknownShuttleManOWar
- id: UnknownShuttleInstigator
# - type: entityTable CD: Disabled
# 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: UnknownShuttleManOWar
# - id: UnknownShuttleInstigator

# Shuttle Game Rules

Expand Down

0 comments on commit f0faea4

Please sign in to comment.