Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncomments MidRoundAntag #869

Merged
merged 2 commits into from
Feb 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading