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

circuit

Vars

always_offIf we want to ignore our area's power status and just be always off Mostly for mappers doing asthetic things, or cases where the floor should be broken
onIf this floor is powered or not We don't consume any power, but we do require it

Procs

handle_powerchangeEnables/disables our lighting based off our source area

Var Details

always_off

If we want to ignore our area's power status and just be always off Mostly for mappers doing asthetic things, or cases where the floor should be broken

on

If this floor is powered or not We don't consume any power, but we do require it

Proc Details

handle_powerchange

Enables/disables our lighting based off our source area