job ![code/datums/station_traits/job_traits.dm 9](git.png)
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_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? |
Procs | |
pre_jobs_assigned | Called before we start assigning roles, assign ours first |
Var Details
button_desc ![code/datums/station_traits/job_traits.dm 13](git.png)
What tooltip to show on the button
can_roll_antag ![code/datums/station_traits/job_traits.dm 15](git.png)
Can this job roll antag?
job_to_add ![code/datums/station_traits/job_traits.dm 19](git.png)
Type of job to enable
lobby_candidates ![code/datums/station_traits/job_traits.dm 23](git.png)
Who signed up to this in the lobby
position_amount ![code/datums/station_traits/job_traits.dm 17](git.png)
How many positions to spawn?
Proc Details
pre_jobs_assigned
Called before we start assigning roles, assign ours first