Cleans up Modular_citadel

Yes I know it'll have merge conflicts later.
This commit is contained in:
Poojawa
2018-09-21 03:52:13 -05:00
parent 1cc0d14ec5
commit 4efdf4b0b3
12 changed files with 9 additions and 15 deletions
@@ -0,0 +1,8 @@
//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