/tg/ Station 13 - Modules - TypesVar Details - Proc Details

targets_person

Subtype for a bounty that targets a specific crew member

Vars

target_refWeakref to the mob target of the bounty

Procs

is_valid_crewmemberRan on every single member of the crew to determine if they are a valid target.
target_foundRan when a valid target is selected for the bounty.

Var Details

target_ref

Weakref to the mob target of the bounty

Proc Details

is_valid_crewmember

Ran on every single member of the crew to determine if they are a valid target.

Returning FALSE will exclude them from the list of possible targets.

target_found

Ran when a valid target is selected for the bounty.

Returning FALSE will stop the bounty from being finalized, this can be used for last minute checks.