Adds scarfs

These come in red and green, and can be equipped in the tie slot.
They are available from the ClothesMate vendomat. Sprites by Nienhaus.
This commit is contained in:
tkdrg
2014-12-17 19:19:15 -03:00
parent 97794c4035
commit 62b99c7007
5 changed files with 23 additions and 6 deletions
+17 -1
View File
@@ -195,4 +195,20 @@
name = "medical guard armband"
desc = "An armband, worn by the station's security forces to display which department they're assigned to. This one is white and blue."
icon_state = "medblueband"
item_color = "medblueband"
item_color = "medblueband"
////////
//MISC//
////////
/obj/item/clothing/tie/redscarf
name = "red scarf"
desc = "A stylish red scarf. The perfect winter accessory for those with a keen fashion sense."
icon_state = "redscarf"
item_color = "redscarf"
/obj/item/clothing/tie/greenscarf
name = "green scarf"
desc = "For fashion enthusiasts, and those who just can't handle a cold breeze on their necks."
icon_state = "greenscarf"
item_color = "greenscarf"