Skip to content

Commit 5a32673

Browse files
Limit "Die a glorious death" objective to one traitor per round. (#1819)
First commit
1 parent d8467ac commit 5a32673

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Resources/Prototypes/Objectives/traitor.yml

+4
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@
6666
- EscapeShuttleCondition
6767
- StealCondition
6868
- type: DieCondition
69+
# The game turns into a massive suicide pact if enough of the traitors have it. Not fun for traitors or security!
70+
# Giving it a limit keeps the objective unique and interesting without being overdone.
71+
- type: ObjectiveLimit # Delta-V
72+
limit: 1 # Delta-V
6973

7074
#- type: entity
7175
# parent: [BaseTraitorObjective, BaseLivingObjective]

0 commit comments

Comments
 (0)