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

No natural clown spider #31

Merged
merged 5 commits into from
Sep 21, 2023
Merged
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
28 changes: 14 additions & 14 deletions Resources/Prototypes/GameRules/events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,20 +304,20 @@
- id: MobGiantSpiderAngry
prob: 0.05

- type: entity
id: SpiderClownSpawn
parent: BaseGameRule
noSpawn: true
components:
- type: StationEvent
earliestStart: 20
minimumPlayers: 15
weight: 1
duration: 60
- type: VentCrittersRule
entries:
- id: MobClownSpider
prob: 0.05
# - type: entity # DeltaV - Prevent normal spawning of MobClownSpider
# id: SpiderClownSpawn
# parent: BaseGameRule
# noSpawn: true
# components:
# - type: StationEvent
# earliestStart: 20
# minimumPlayers: 15
# weight: 1
# duration: 60
# - type: VentCrittersRule
# entries:
# - id: MobClownSpider
# prob: 0.05

- type: entity
id: ZombieOutbreak
Expand Down
Loading