Department grey suits

Added departmental colored grey suits as placeholders for jumpsuit modular sprites
Removed the modular grey suit as it is now outdated
This commit is contained in:
Alphas00
2024-12-06 18:43:36 +01:00
parent bed38679b9
commit 078517584e
15 changed files with 78 additions and 215 deletions
@@ -142,7 +142,7 @@
ADD_TRAIT(fatty, TRAIT_NO_JUMPSUIT, HELPLESSNESS_TRAIT)
var/obj/item/clothing/under/jumpsuit = fatty.w_uniform
if(istype(jumpsuit) && !istype(jumpsuit, /obj/item/clothing/under/color/grey/modular))
if(istype(jumpsuit))
to_chat(fatty, "<span class='warning'>[jumpsuit] can no longer contain your weight!</span>")
fatty.dropItemToGround(jumpsuit)