kheiral_cuffs
Kheiral Cuffs Acts as a GPS beacon & connects to station crew monitors from lavaland
Vars | |
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 |
Procs | |
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 |
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