Freebie Orange Jumpsuit

Splits the orange jumpsuit into two objs. One for loadout and one for prison clothes. Closets updated to reflect changes. Follow-up of https://github.com/VOREStation/VOREStation/pull/5561 which has no effect here but will fix a bug that results from it.
This commit is contained in:
TheFurryFeline
2019-08-05 19:33:47 -04:00
parent f2d72e64f6
commit bbf0dac15e
3 changed files with 7 additions and 4 deletions
@@ -298,7 +298,7 @@ GLOBAL_LIST_BOILERPLATE(all_brig_closets, /obj/structure/closet/secure_closet/br
var/id = null
starts_with = list(
/obj/item/clothing/under/color/orange,
/obj/item/clothing/under/color/orange/prison,
/obj/item/clothing/shoes/orange)
@@ -140,7 +140,7 @@
icon_closed = "orange"
starts_with = list(
/obj/item/clothing/under/color/orange = 3,
/obj/item/clothing/under/color/orange/prison = 3,
/obj/item/clothing/shoes/orange = 3)