Skip to content

Commit

Permalink
Disable vampires
Browse files Browse the repository at this point in the history
  • Loading branch information
Roudenn committed Feb 9, 2025
1 parent 0c376fb commit 0de228f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 deletions Resources/Prototypes/_Backmen/GameRules/roundstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,22 +94,22 @@
min: 30
max: 60

## Vampire Outbreak
- type: entity
id: VampireOutbreak
parent: BaseVampiresGameRule
categories: [ HideSpawnMenu ]
components:
- type: StationEvent
earliestStart: 20
minimumPlayers: 15
weight: 5
maxOccurrences: 1 # can only happen once per round
startAnnouncement: station-event-communication-interception
startAudio:
path: /Audio/Announcements/intercept.ogg
duration: null # the rule has to last the whole round not 1 second
occursDuringRoundEnd: false
## Vampire Outbreak # Removed until rework
#- type: entity
# id: VampireOutbreak
# parent: BaseVampiresGameRule
# categories: [ HideSpawnMenu ]
# components:
# - type: StationEvent
# earliestStart: 20
# minimumPlayers: 15
# weight: 5
# maxOccurrences: 1 # can only happen once per round
# startAnnouncement: station-event-communication-interception
# startAudio:
# path: /Audio/Announcements/intercept.ogg
# duration: null # the rule has to last the whole round not 1 second
# occursDuringRoundEnd: false

# Shipwrecked
- type: entity
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/game_presets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
rules:
# start-backmen
- WageScheduler #backmen: currency
- VampiresGameRule # backmen: vampire
#- VampiresGameRule # backmen: vampire Removed until rework
- ExtendedThief # backmen: extended-thief
#- Changeling # backmen: changeling
# end-backmen
Expand Down

0 comments on commit 0de228f

Please sign in to comment.