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

judicial_visor

Vars

damagingShould the user take damage from wearing this the first time? (Doesn't affect nodrop)
enabledIs this enabled
wearerWearer of the visor

Procs

apply_to_wearerApplies the actual effects to the wearer, giving them flash protection and a variety of sight/info bonuses
disableTurn off the visor, calling unapply_to_wearer() and changing the icon state
enableTurn on the visor, calling apply_to_wearer() and changing the icon state
unapply_to_wearerRemoves the effects to the wearer, removing the flash protection and similar

Var Details

damaging

Should the user take damage from wearing this the first time? (Doesn't affect nodrop)

enabled

Is this enabled

wearer

Wearer of the visor

Proc Details

apply_to_wearer

Applies the actual effects to the wearer, giving them flash protection and a variety of sight/info bonuses

disable

Turn off the visor, calling unapply_to_wearer() and changing the icon state

enable

Turn on the visor, calling apply_to_wearer() and changing the icon state

unapply_to_wearer

Removes the effects to the wearer, removing the flash protection and similar