mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Move like every clothing icon file
This commit is contained in:
@@ -388,14 +388,6 @@
|
||||
if(ispath(item, /obj/item/weapon/reagent_containers/food/drinks/glass2) && !ispath(item, /obj/item/weapon/reagent_containers/food/drinks/glass2/fitnessflask))
|
||||
var/obj/item/weapon/reagent_containers/food/drinks/glass2/G = item
|
||||
icon_state = initial(G.base_icon)
|
||||
if(ispath(item, /obj/item/clothing/suit))
|
||||
var/obj/item/clothing/suit/U = item
|
||||
if(initial(U.index))
|
||||
icon_file = "icons/obj/clothing/suits_[initial(U.index)].dmi"
|
||||
if(ispath(item, /obj/item/clothing/under))
|
||||
var/obj/item/clothing/under/U = item
|
||||
if(initial(U.index))
|
||||
icon_file = "icons/obj/clothing/uniforms_[initial(U.index)].dmi"
|
||||
if(ispath(item, /obj/item/weapon/reagent_containers/hypospray/autoinjector))
|
||||
icon_state += "0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user