mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-25 06:06:34 +01:00
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:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user