mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
* 0 * Update code/game/gamemodes/dynamic/dynamic_rulesets_latejoin.dm Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com> * Update code/game/gamemodes/dynamic/dynamic_rulesets_latejoin.dm Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com> Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com>
6 lines
221 B
Plaintext
6 lines
221 B
Plaintext
/datum/job
|
|
/// Do we allow this job to be an antag of any kind?
|
|
var/antagonist_restricted = FALSE
|
|
/// If we restrict this job from antagonists, what antags? Leave blank for all antags.
|
|
var/list/restricted_antagonists
|