From fb0e72cc84d09b83fcc1b8146866ef4b95f84fcb Mon Sep 17 00:00:00 2001 From: SamCroswell Date: Wed, 13 Jul 2016 23:01:01 -0400 Subject: [PATCH 1/2] Quick Fix --- code/modules/customitems/item_defines.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index 33db62e4f41..5acaf32c683 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -178,7 +178,7 @@ desc = "A blue comb, it looks like it was made to groom a Tajaran's fur." icon = 'icons/obj/custom_items.dmi' icon_state = "wingler_comb" - attack_verb = "combed" + attack_verb = list("combed") force = 0 throwforce = 0 w_class = 2 From bb6b7bbf30f48b7fe4c0203124ad587c237d1964 Mon Sep 17 00:00:00 2001 From: SamCroswell Date: Wed, 13 Jul 2016 23:06:35 -0400 Subject: [PATCH 2/2] Minor Fix --- code/modules/customitems/item_defines.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index 5acaf32c683..9877872df73 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -179,6 +179,7 @@ icon = 'icons/obj/custom_items.dmi' icon_state = "wingler_comb" attack_verb = list("combed") + hitsound = 'sound/weapons/tap.ogg' force = 0 throwforce = 0 w_class = 2