Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions yogstation/code/modules/clothing/neck/shawls.dm
Original file line number Diff line number Diff line change
Expand Up @@ -44,35 +44,39 @@
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"
desc = "A hand crafted cloak made for the head of personnel to protect them from the dangers of paperwork."
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"
desc = "A hand crafted cloak made for the head of security to protect them from the dangers of looking unrobust."
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"
desc = "A hand crafted cloak made for the chief medical officer to protect them from the dangers of the medicine."
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"
desc = "A hand crafted cloak made for the chief engineer to protect them from the dangers of the engineering."
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"
Expand All @@ -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
Binary file modified yogstation/icons/mob/neck.dmi
Binary file not shown.
Binary file modified yogstation/icons/obj/clothing/neck.dmi
Binary file not shown.