Merge pull request #2171 from redstryker/Flannel_fix

Fixes Flannels.  Also adds a Brown Flannel
This commit is contained in:
Neerti
2016-07-22 19:22:44 -04:00
committed by GitHub
4 changed files with 11 additions and 1 deletions

View File

@@ -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

View File

@@ -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