mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Merge pull request #2171 from redstryker/Flannel_fix
Fixes Flannels. Also adds a Brown Flannel
This commit is contained in:
@@ -283,4 +283,8 @@
|
||||
|
||||
/datum/gear/suit/flannel/aqua
|
||||
display_name = "aqua flannel"
|
||||
path = /obj/item/clothing/suit/storage/flannel/aqua
|
||||
path = /obj/item/clothing/suit/storage/flannel/aqua
|
||||
|
||||
/datum/gear/suit/flannel/brown
|
||||
display_name = "brown flannel"
|
||||
path = /obj/item/clothing/suit/storage/flannel/brown
|
||||
@@ -793,6 +793,7 @@
|
||||
icon_state += "t"
|
||||
if(buttoned)
|
||||
icon_state += "b"
|
||||
update_clothing_icon()
|
||||
|
||||
/obj/item/clothing/suit/storage/flannel/red
|
||||
desc = "A comfy, red flannel shirt. Unleash your inner hipster."
|
||||
@@ -804,6 +805,11 @@
|
||||
icon_state = "flannel_aqua"
|
||||
item_state = "b_suit"
|
||||
|
||||
/obj/item/clothing/suit/storage/flannel/brown
|
||||
desc = "A comfy, brown flannel shirt. Unleash your inner hipster."
|
||||
icon_state = "flannel_brown"
|
||||
item_state = "johnny"
|
||||
|
||||
//Green Uniform
|
||||
|
||||
/obj/item/clothing/suit/storage/toggle/greengov
|
||||
|
||||
Reference in New Issue
Block a user