diff --git a/yogstation/code/modules/clothing/neck/shawls.dm b/yogstation/code/modules/clothing/neck/shawls.dm index a3e98ef12ff7..431f67160aa7 100644 --- a/yogstation/code/modules/clothing/neck/shawls.dm +++ b/yogstation/code/modules/clothing/neck/shawls.dm @@ -44,6 +44,7 @@ icon_state = "capshawl" item_state = "capshawl" resistance_flags = FIRE_PROOF + alticon_state = "capshawlalt" //Uses a design that more closely resembles the old cloak design /obj/item/clothing/neck/yogs/shawl/hop name = "head of personnel's cloak" @@ -51,6 +52,7 @@ icon_state = "hopshawl" item_state = "hopshawl" resistance_flags = FIRE_PROOF + alticon_state = "hopshawlalt" //Uses a design that more closely resembles the old cloak design /obj/item/clothing/neck/yogs/shawl/hos name = "head of security's cloak" @@ -58,6 +60,7 @@ icon_state = "hosshawl" item_state = "hosshawl" resistance_flags = FIRE_PROOF + alticon_state = "hosshawlalt" //Uses a design that more closely resembles the old cloak design /obj/item/clothing/neck/yogs/shawl/cmo name = "chief medical officer's cloak" @@ -65,6 +68,7 @@ icon_state = "cmoshawl" item_state = "cmoshawl" resistance_flags = FIRE_PROOF + alticon_state = "cmoshawlalt" //Uses a design that more closely resembles the old cloak design /obj/item/clothing/neck/yogs/shawl/ce name = "chief engineer's cloak" @@ -72,7 +76,7 @@ icon_state = "ceshawl" item_state = "ceshawl" resistance_flags = FIRE_PROOF - alticon_state = "ceshawlalt" //Uses an orange shawl that I dint use originaly, gives a little diversity + alticon_state = "ceshawlalt" //Uses a design that more closely resembles the old cloak design /obj/item/clothing/neck/yogs/shawl/rd name = "research director's cloak" @@ -87,4 +91,4 @@ icon_state = "qmshawl" item_state = "qmshawl" resistance_flags = FIRE_PROOF - alticon_state = "leathershawl" //I originaly made this icon for the QM's cloak before I noticed the curent one, this is for the people who prefer the old QM cloak + alticon_state = "qmshawlalt" //I originaly made this icon for the QM's cloak before I noticed the curent one, this is for the people who prefer the old QM cloak diff --git a/yogstation/icons/mob/neck.dmi b/yogstation/icons/mob/neck.dmi index f70df3a84ae5..201b56cc9a85 100644 Binary files a/yogstation/icons/mob/neck.dmi and b/yogstation/icons/mob/neck.dmi differ diff --git a/yogstation/icons/obj/clothing/neck.dmi b/yogstation/icons/obj/clothing/neck.dmi index bec086e75c2a..a831412491d0 100644 Binary files a/yogstation/icons/obj/clothing/neck.dmi and b/yogstation/icons/obj/clothing/neck.dmi differ