Skip to content

Commit

Permalink
uncomment midroundantag gamerule
Browse files Browse the repository at this point in the history
  • Loading branch information
FluffiestFloof committed Feb 19, 2024
1 parent 13e3145 commit fa1af24
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Resources/Prototypes/Nyanotrasen/GameRules/events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
earliestStart: 15
- type: NoosphericStormRule

# Rat king, paradox anomaly, fugitive, oneiro, etc.
#- type: entity
# id: MidRoundAntag
# parent: BaseGameRule
# noSpawn: true
# components:
# - type: StationEvent
# weight: 7
# reoccurrenceDelay: 5
# minimumPlayers: 15
# earliestStart: 25
# - type: MidRoundAntagRule
# Rat king and paradox anomaly.
- type: entity
id: MidRoundAntag
parent: BaseGameRule
noSpawn: true
components:
- type: StationEvent
weight: 7
reoccurrenceDelay: 5
minimumPlayers: 15
earliestStart: 25
- type: MidRoundAntagRule

# Base glimmer event
- type: entity
Expand Down

0 comments on commit fa1af24

Please sign in to comment.