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

syndicate_uplink_beacon

Device that traitors can craft in order to be sent a new, undisguised uplink

Vars

beacon_cooldownprevents traitor from activating teleport_beacon proc too much in a small period of time
listening_radioRadio that the device needs to listen to the codeword from the traitor
ownerweakref to person who is going to use the beacon to get a replacement uplink
teleport_beaconwhile constructed the teleport beacon is still active
uplink_codeTraitor's code that they speak into the radio

Procs

probe_traitorProc reads the user, sets radio to the correct frequency and starts to listen for the replacement uplink code
teleport_uplinkProc uses owners uplink handler to create replacement uplink and then lock or destroy their other uplinks

Var Details

beacon_cooldown

prevents traitor from activating teleport_beacon proc too much in a small period of time

listening_radio

Radio that the device needs to listen to the codeword from the traitor

owner

weakref to person who is going to use the beacon to get a replacement uplink

teleport_beacon

while constructed the teleport beacon is still active

Traitor's code that they speak into the radio

Proc Details

probe_traitor

Proc reads the user, sets radio to the correct frequency and starts to listen for the replacement uplink code

Proc uses owners uplink handler to create replacement uplink and then lock or destroy their other uplinks