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

job

A station trait which enables a temporary job Generally speaking these should always all be mutually exclusive, don't have too many at once

Vars

button_descWhat tooltip to show on the button
can_roll_antagCan this job roll antag?
job_to_addType of job to enable
lobby_candidatesWho signed up to this in the lobby
position_amountHow many positions to spawn?

Procs

on_lobby_button_update_overlaysAdd an overlay based on whether you are actively signed up for this role
pre_jobs_assignedCalled before we start assigning roles, assign ours first

Var Details

button_desc

What tooltip to show on the button

can_roll_antag

Can this job roll antag?

job_to_add

Type of job to enable

lobby_candidates

Who signed up to this in the lobby

position_amount

How many positions to spawn?

Proc Details

on_lobby_button_update_overlays

Add an overlay based on whether you are actively signed up for this role

pre_jobs_assigned

Called before we start assigning roles, assign ours first