Fixed DeltaV objectives with PickRandomHead.
This commit is contained in:
parent
9d2a1f0000
commit
e4ccd1e7e9
|
|
@ -1 +1 @@
|
|||
objective-roboneuroticist-kill-title = Condemn them to metal
|
||||
objective-roboneuroticist-kill-title = Condemn {$targetName}, {CAPITALIZE($job)} to metal
|
||||
|
|
|
|||
|
|
@ -18,7 +18,12 @@
|
|||
parent: BaseNinjaTeachLessonObjective
|
||||
id: NinjaTeachLessonRandomHeadObjective
|
||||
components:
|
||||
- type: PickRandomHead
|
||||
- type: PickRandomPerson
|
||||
filters:
|
||||
- !type:BodyMindFilter
|
||||
whitelist:
|
||||
components:
|
||||
- CommandStaff
|
||||
|
||||
- type: entity
|
||||
parent: BaseNinjaTeachLessonObjective
|
||||
|
|
@ -37,7 +42,13 @@
|
|||
state: icon
|
||||
- type: TargetObjective
|
||||
title: objective-ninja-kill-head-title
|
||||
- type: PickRandomHead
|
||||
- type: PickRandomPerson
|
||||
filters:
|
||||
- !type:BodyMindFilter
|
||||
whitelist:
|
||||
components:
|
||||
- CommandStaff
|
||||
|
||||
- type: KillPersonCondition
|
||||
requireDead: true
|
||||
|
||||
|
|
|
|||
|
|
@ -44,7 +44,12 @@
|
|||
state: icon
|
||||
- type: TargetObjective
|
||||
title: objective-roboneuroticist-kill-title
|
||||
- type: PickRandomHead
|
||||
- type: PickRandomPerson
|
||||
filters:
|
||||
- !type:BodyMindFilter
|
||||
whitelist:
|
||||
components:
|
||||
- CommandStaff
|
||||
- type: KillPersonCondition
|
||||
requireDead: true
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue