mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-13 08:56:49 +01:00
Suit refactor, fixes and general cleanup (#9862)
This commit is contained in:
@@ -53,7 +53,5 @@
|
||||
if (coat)
|
||||
if(istype(coat, /obj/item/clothing/suit/storage/toggle))
|
||||
var/obj/item/clothing/suit/storage/toggle/T = coat
|
||||
if(T.icon_state == T.icon_open) // avoid icon conflicts
|
||||
T.icon_state = T.icon_closed
|
||||
T.item_state = T.icon_closed
|
||||
T.icon_state = initial(T.icon_state)
|
||||
add_overlay("coat_[coat.icon_state]")
|
||||
|
||||
@@ -348,7 +348,7 @@
|
||||
|
||||
/obj/structure/closet/secure_closet/detective/fill()
|
||||
//Appearance
|
||||
new /obj/item/clothing/suit/storage/toggle/det_jacket(src)
|
||||
new /obj/item/clothing/suit/storage/det_jacket(src)
|
||||
new /obj/item/clothing/under/det(src)
|
||||
new /obj/item/clothing/under/det/black(src)
|
||||
new /obj/item/clothing/under/det/classic(src)
|
||||
|
||||
Reference in New Issue
Block a user