Merge pull request #6386 from TheFurryFeline/TFF-Orange_Is_The_New_Orange

Freebie Orange Jumpsuit
This commit is contained in:
Atermonera
2019-08-12 10:39:30 -08:00
committed by GitHub
4 changed files with 44 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)