Fixed DeltaV objectives with PickRandomHead.

This commit is contained in:
Vanessa 2025-11-19 21:51:19 -06:00
parent 9d2a1f0000
commit e4ccd1e7e9
3 changed files with 20 additions and 4 deletions

View File

@ -1 +1 @@
objective-roboneuroticist-kill-title = Condemn them to metal
objective-roboneuroticist-kill-title = Condemn {$targetName}, {CAPITALIZE($job)} to metal

View File

@ -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

View File

@ -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