Skip to content

Commit

Permalink
Uncomments MidRoundAntag (#869)
Browse files Browse the repository at this point in the history
* uncomment midroundantag gamerule

* Removes rat king from mousemigration
  • Loading branch information
FluffiestFloof authored Feb 19, 2024
1 parent 92d99e5 commit 594f564
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
8 changes: 5 additions & 3 deletions Resources/Prototypes/GameRules/events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,11 @@
prob: 0.02
- id: MobMouse2
prob: 0.02
specialEntries:
- id: SpawnPointGhostRatKing
prob: 0.005
# DeltaV - Rat King spawns under MidRoundAntag - Comment out Rat King from spawning with MouseMigration gamerule
# specialEntries:
# - id: SpawnPointGhostRatKing
# prob: 0.005
# End of modified code

- type: entity
id: CockroachMigration
Expand Down
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 594f564

Please sign in to comment.