mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-25 13:06:38 +01:00
@@ -287,8 +287,7 @@
|
||||
/obj/item/weapon/reagent_containers/food/drinks/flask/detflask,
|
||||
/obj/item/weapon/storage/briefcase/crimekit,
|
||||
/obj/item/device/taperecorder,
|
||||
/obj/item/device/tape/random = 3,
|
||||
/obj/item/clothing/gloves/forensic) //TFF 20/9/19 CHOMPStation Addition - requested addition.
|
||||
/obj/item/device/tape/random = 3)
|
||||
|
||||
/obj/structure/closet/secure_closet/detective/update_icon()
|
||||
if(broken)
|
||||
@@ -319,7 +318,7 @@ GLOBAL_LIST_BOILERPLATE(all_brig_closets, /obj/structure/closet/secure_closet/br
|
||||
var/id = null
|
||||
|
||||
starts_with = list(
|
||||
/obj/item/clothing/under/color/prison,
|
||||
/obj/item/clothing/under/color/orange,
|
||||
/obj/item/clothing/shoes/orange)
|
||||
|
||||
|
||||
|
||||
@@ -136,7 +136,7 @@
|
||||
icon_closed = "orange"
|
||||
|
||||
starts_with = list(
|
||||
/obj/item/clothing/under/color/prison = 3,
|
||||
/obj/item/clothing/under/color/orange = 3,
|
||||
/obj/item/clothing/shoes/orange = 3)
|
||||
|
||||
|
||||
@@ -188,7 +188,7 @@
|
||||
name = "white wardrobe"
|
||||
icon_state = "white"
|
||||
icon_closed = "white"
|
||||
|
||||
|
||||
starts_with = list(
|
||||
/obj/item/clothing/under/color/white = 3,
|
||||
/obj/item/clothing/shoes/white = 3,
|
||||
@@ -254,7 +254,7 @@
|
||||
starts_with += /obj/item/weapon/storage/backpack/dufflebag/sci
|
||||
else
|
||||
starts_with += /obj/item/weapon/storage/backpack/satchel/tox
|
||||
|
||||
|
||||
return ..()
|
||||
|
||||
|
||||
@@ -340,12 +340,12 @@
|
||||
name = "grey wardrobe"
|
||||
icon_state = "grey"
|
||||
icon_closed = "grey"
|
||||
|
||||
|
||||
starts_with = list(
|
||||
/obj/item/clothing/under/color/grey = 3,
|
||||
/obj/item/clothing/shoes/black = 3,
|
||||
/obj/item/clothing/head/soft/grey = 3)
|
||||
|
||||
|
||||
|
||||
/obj/structure/closet/wardrobe/mixed
|
||||
name = "mixed wardrobe"
|
||||
|
||||
Reference in New Issue
Block a user