Redo to Fix Mistake With Icons

That was annoying with how that went.... Bad idea to overwrite the files with direct copy-pasta'ing from Polaris. Idea: Do it again but make a different name and copy the desired icon_state. Yay! It works!
This commit is contained in:
TheFurryFeline
2019-09-22 12:53:54 -04:00
parent 1f3aa1dd27
commit 4c5332a145
12 changed files with 24 additions and 12 deletions
@@ -287,7 +287,9 @@
/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/device/tape/random = 3,
/obj/item/clothing/gloves/forensic) //TFF 20/9/19 CHOMPStation Addition - requested addition.
/obj/structure/closet/secure_closet/detective/update_icon()
if(broken)
@@ -317,8 +319,9 @@ GLOBAL_LIST_BOILERPLATE(all_brig_closets, /obj/structure/closet/secure_closet/br
anchored = 1
var/id = null
//CHOMPStation edit TFF 22/9/19 - refactor of prison jumpsuit
starts_with = list(
/obj/item/clothing/under/color/orange,
/obj/item/clothing/under/color/prison,
/obj/item/clothing/shoes/orange)
@@ -135,8 +135,9 @@
icon_state = "orange"
icon_closed = "orange"
//CHOMPStation edit TFF 22/9/19 - refactor of prison jumpsuit
starts_with = list(
/obj/item/clothing/under/color/orange = 3,
/obj/item/clothing/under/color/prison = 3,
/obj/item/clothing/shoes/orange = 3)
@@ -188,7 +189,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 +255,7 @@
starts_with += /obj/item/weapon/storage/backpack/dufflebag/sci
else
starts_with += /obj/item/weapon/storage/backpack/satchel/tox
return ..()
@@ -340,12 +341,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"