mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +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
|
/datum/gear/suit/flannel/aqua
|
||||||
display_name = "aqua flannel"
|
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"
|
icon_state += "t"
|
||||||
if(buttoned)
|
if(buttoned)
|
||||||
icon_state += "b"
|
icon_state += "b"
|
||||||
|
update_clothing_icon()
|
||||||
|
|
||||||
/obj/item/clothing/suit/storage/flannel/red
|
/obj/item/clothing/suit/storage/flannel/red
|
||||||
desc = "A comfy, red flannel shirt. Unleash your inner hipster."
|
desc = "A comfy, red flannel shirt. Unleash your inner hipster."
|
||||||
@@ -804,6 +805,11 @@
|
|||||||
icon_state = "flannel_aqua"
|
icon_state = "flannel_aqua"
|
||||||
item_state = "b_suit"
|
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
|
//Green Uniform
|
||||||
|
|
||||||
/obj/item/clothing/suit/storage/toggle/greengov
|
/obj/item/clothing/suit/storage/toggle/greengov
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 431 KiB After Width: | Height: | Size: 432 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 144 KiB After Width: | Height: | Size: 146 KiB |
Reference in New Issue
Block a user