byond - Modules - TypesVar Details - Proc Details

/datum/job

Vars

gets_emergency_kitIf TRUE, this job will spawn w/ a cryo emergency kit during evac/red alert
handle_spawn_and_equipWhen set to true, SSticker won't call spawn_in_player, instead calling the job's spawn_and_equip proc
job_optionsWhen set you will be able to choose between the different job options when selecting your role. Associated list. Main list elements - actual options, associated values - shorthands for job preferences menu (keep those short).

Procs

filter_job_optionIntended to be overwritten to handle any requirements for specific job variations that can be selected
handle_job_optionsIntended to be overwritten to handle when a job has variants that can be selected.
on_cryoCalled when the job owner enters deep cryogenic storage

Var Details

gets_emergency_kit

If TRUE, this job will spawn w/ a cryo emergency kit during evac/red alert

handle_spawn_and_equip

When set to true, SSticker won't call spawn_in_player, instead calling the job's spawn_and_equip proc

job_options

When set you will be able to choose between the different job options when selecting your role. Associated list. Main list elements - actual options, associated values - shorthands for job preferences menu (keep those short).

Proc Details

filter_job_option

Intended to be overwritten to handle any requirements for specific job variations that can be selected

handle_job_options

Intended to be overwritten to handle when a job has variants that can be selected.

on_cryo

Called when the job owner enters deep cryogenic storage