Replace StayAliveObjective with EscapeShuttleObjective. (#11642)
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
objective-condition-escape-shuttle-title = Escape on the emergency shuttle alive and unrestrained.
|
||||
objective-condition-escape-shuttle-description = One of our undercover agents will debrief you when you arrive. Don't show up in cuffs.
|
||||
@@ -1,2 +0,0 @@
|
||||
objective-condition-stay-alive-title = Stay alive.
|
||||
objective-condition-stay-alive-description = Survive this shift, we need you for another assignment.
|
||||
@@ -39,17 +39,6 @@
|
||||
- !type:RandomTraitorAliveCondition {}
|
||||
canBeDuplicate: true
|
||||
|
||||
- type: objective
|
||||
id: StayAliveObjective
|
||||
issuer: syndicate
|
||||
requirements:
|
||||
- !type:TraitorRequirement {}
|
||||
- !type:IncompatibleConditionsRequirement
|
||||
conditions:
|
||||
- DieCondition
|
||||
conditions:
|
||||
- !type:StayAliveCondition {}
|
||||
|
||||
- type: objective
|
||||
id: DieObjective
|
||||
issuer: syndicate
|
||||
@@ -58,8 +47,8 @@
|
||||
- !type:TraitorRequirement {}
|
||||
- !type:IncompatibleConditionsRequirement
|
||||
conditions:
|
||||
- StayAliveCondition
|
||||
- StealCondition
|
||||
- EscapeShuttleCondition
|
||||
conditions:
|
||||
- !type:DieCondition {}
|
||||
|
||||
@@ -221,3 +210,14 @@
|
||||
conditions:
|
||||
- !type:StealCondition
|
||||
prototype: JetpackCaptainFilled
|
||||
|
||||
- type: objective
|
||||
id: EscapeShuttleObjective
|
||||
issuer: syndicate
|
||||
requirements:
|
||||
- !type:TraitorRequirement {}
|
||||
- !type:IncompatibleConditionsRequirement
|
||||
conditions:
|
||||
- DieCondition
|
||||
conditions:
|
||||
- !type:EscapeShuttleCondition {}
|
||||
|
||||
Reference in New Issue
Block a user