Accessory fixes

This commit is contained in:
Markolie
2015-02-08 14:55:32 +01:00
parent 2734a1bcf6
commit fba99e154d
5 changed files with 10 additions and 8 deletions
@@ -65,7 +65,7 @@
icon_state = "horribletie"
_color = "horribletie"
/obj/item/clothing/accessory/waistcoat
/obj/item/clothing/accessory/waistcoat // No overlay
name = "waistcoat"
desc = "For some classy, murderous fun."
icon_state = "waistcoat"
@@ -241,7 +241,7 @@
//SCARVES//
///////////
/obj/item/clothing/accessory/scarf
/obj/item/clothing/accessory/scarf // No overlay
name = "scarf"
desc = "A stylish scarf. The perfect winter accessory for those with a keen fashion sense, and those who just can't handle a cold breeze on their necks."
@@ -6,6 +6,7 @@
slot = "utility"
var/holster_allow = /obj/item/weapon/gun
var/obj/item/weapon/gun/holstered = null
icon_action_button = "action_holster"
//subtypes can override this to specify what can be holstered
/obj/item/clothing/accessory/holster/proc/can_holster(obj/item/weapon/gun/W)