Skip to content

Commit

Permalink
Limit "Die a glorious death" objective to one traitor per round. (#1819)
Browse files Browse the repository at this point in the history
First commit
  • Loading branch information
beck-thompson authored Sep 17, 2024
1 parent d8467ac commit 5a32673
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Resources/Prototypes/Objectives/traitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@
- EscapeShuttleCondition
- StealCondition
- type: DieCondition
# The game turns into a massive suicide pact if enough of the traitors have it. Not fun for traitors or security!
# Giving it a limit keeps the objective unique and interesting without being overdone.
- type: ObjectiveLimit # Delta-V
limit: 1 # Delta-V

#- type: entity
# parent: [BaseTraitorObjective, BaseLivingObjective]
Expand Down

0 comments on commit 5a32673

Please sign in to comment.