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

wraith_spectacles

Vars

enabledAre the glasses enabled (flipped down)
wearerWho is currently wearing the goggles

Procs

de_toggle_eyesThe stopping of effect application, will remove the wearer's eye damage a minute after
disable"disable" the spectacles, flipping them up and removing all applied effects
enable"enable" the spectacles, flipping them down and applying their effects, calling on_toggle_eyes() if someone is wearing them
on_toggle_eyesThe start of application of the actual effects, including eye damage

Var Details

enabled

Are the glasses enabled (flipped down)

wearer

Who is currently wearing the goggles

Proc Details

de_toggle_eyes

The stopping of effect application, will remove the wearer's eye damage a minute after

disable

"disable" the spectacles, flipping them up and removing all applied effects

enable

"enable" the spectacles, flipping them down and applying their effects, calling on_toggle_eyes() if someone is wearing them

on_toggle_eyes

The start of application of the actual effects, including eye damage