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

kheiral_cuffs

Kheiral Cuffs Acts as a GPS beacon & connects to station crew monitors from lavaland

Vars

far_from_homeIf we're off the station's Z-level
gps_enabledIf the GPS is already on
on_wristIf we're in the glove slot

Procs

check_zIf we're off the Z-level, set far_from_home = TRUE. If being worn, trigger kheiral_network proc
connect_kheiral_networkEnables the GPS and adds the multiz trait
remove_kheiral_networkDisables the GPS and removes the multiz trait

Var Details

far_from_home

If we're off the station's Z-level

gps_enabled

If the GPS is already on

on_wrist

If we're in the glove slot

Proc Details

check_z

If we're off the Z-level, set far_from_home = TRUE. If being worn, trigger kheiral_network proc

connect_kheiral_network

Enables the GPS and adds the multiz trait

remove_kheiral_network

Disables the GPS and removes the multiz trait