mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-11 10:22:13 +00:00
8 lines
315 B
Plaintext
8 lines
315 B
Plaintext
//This file controls whether or not a job complies with dresscodes.
|
|
//If a job complies with dresscodes, loadout items will not be equipped instead of the job's outfit, instead placing the items into the player's backpack.
|
|
|
|
/datum/job
|
|
var/dresscodecompliant = TRUE
|
|
|
|
/datum/job/assistant
|
|
dresscodecompliant = FALSE |