Change that specifies escape via the escape shuttle rather than pods in escape objectives (#41809)
* specifies escape via escape shuttle (because escape pods do not count) * corrects capitalization of CentComm * apply fixes to thief objectives aswell * apply fixes to paradox clone objectives aswell
This commit is contained in:
parent
031719aec0
commit
278cff64f4
|
|
@ -17,7 +17,7 @@
|
|||
- type: entity
|
||||
parent: [BaseParadoxCloneObjective, BaseLivingObjective]
|
||||
id: ParadoxCloneLivingObjective
|
||||
name: Escape to centcomm alive and unrestrained.
|
||||
name: Escape to CentComm alive and unrestrained via the escape shuttle.
|
||||
description: Return to your old life.
|
||||
components:
|
||||
- type: Objective
|
||||
|
|
|
|||
|
|
@ -546,7 +546,7 @@
|
|||
- type: entity
|
||||
parent: [BaseThiefObjective, BaseLivingObjective]
|
||||
id: EscapeThiefShuttleObjective
|
||||
name: Escape to centcomm alive and unrestrained.
|
||||
name: Escape to CentComm alive and unrestrained via the escape shuttle.
|
||||
description: You don't want your illegal activities to be discovered by anyone, do you?
|
||||
components:
|
||||
- type: Objective
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
- type: entity
|
||||
parent: [BaseTraitorObjective, BaseLivingObjective]
|
||||
id: EscapeShuttleObjective
|
||||
name: Escape to centcomm alive and unrestrained.
|
||||
name: Escape to CentComm alive and unrestrained via the escape shuttle.
|
||||
description: One of our undercover agents will debrief you when you arrive. Don't show up in cuffs.
|
||||
components:
|
||||
- type: Objective
|
||||
|
|
|
|||
Loading…
Reference in New Issue