/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
job_to_addType of job to enable
lobby_candidatesWho signed up to this in the lobby

Procs

on_failed_assignmentCalled if we didn't assign a role before the round began, we add it to the latejoin menu instead
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

job_to_add

Type of job to enable

lobby_candidates

Who signed up to this in the lobby

Proc Details

on_failed_assignment

Called if we didn't assign a role before the round began, we add it to the latejoin menu instead

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