From 0bf042e64a77e179948b4ba41158c3c52fd0cffd Mon Sep 17 00:00:00 2001 From: RKF45 Date: Sat, 25 Jan 2014 11:56:27 +0100 Subject: [PATCH] Only costumes that have sprites belong in the crate --- code/datums/supplypacks.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/datums/supplypacks.dm b/code/datums/supplypacks.dm index b6aa96ae381..6c5e4290e83 100755 --- a/code/datums/supplypacks.dm +++ b/code/datums/supplypacks.dm @@ -891,8 +891,9 @@ var/list/all_supply_groups = list("Operations","Security","Hospitality","Enginee /obj/item/clothing/suit/hastur, /obj/item/clothing/suit/imperium_monk, /obj/item/clothing/suit/ianshirt, - /obj/item/clothing/suit/leathercoat, - /obj/item/clothing/suit/browncoat, + /obj/item/clothing/under/gimmick/rank/captain/suit, + /obj/item/clothing/under/gimmick/rank/head_of_personnel/suit, + /obj/item/clothing/under/lawyer/purpsuit, /obj/item/clothing/suit/suspenders, /obj/item/clothing/suit/storage/labcoat/mad, /obj/item/clothing/suit/bio_suit/plaguedoctorsuit)