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

server

Vars

research_disabledif TRUE, someone manually disabled us via console.
workingif TRUE, we are currently operational and giving out research points.

Procs

fix_empCallback to un-emp the server afetr some time.
get_status_textGets status text based on this server's status for the computer.
refresh_workingChecks if we should be working or not, and updates accordingly.
toggle_disableToggles whether or not researched_disabled is, yknow, disabled

Var Details

research_disabled

if TRUE, someone manually disabled us via console.

working

if TRUE, we are currently operational and giving out research points.

Proc Details

fix_emp

Callback to un-emp the server afetr some time.

get_status_text

Gets status text based on this server's status for the computer.

refresh_working

Checks if we should be working or not, and updates accordingly.

toggle_disable

Toggles whether or not researched_disabled is, yknow, disabled