Barber's Scissors grammar fix

Just fixes the barber's scissors attack grammar. No more "has been beautifully cuts"!
This commit is contained in:
CyrusJazzberry
2016-09-03 15:10:53 -05:00
committed by GitHub
parent eb22db5c3b
commit a973be8f36
+1 -1
View File
@@ -15,7 +15,7 @@
desc = "A pair of scissors used by the barber."
icon_state = "bscissor"
item_state = "scissor"
attack_verb = list("beautifully slices", "artistically cuts", "smoothly stabs", "quickly jabs")
attack_verb = list("beautifully sliced", "artistically cut", "smoothly stabbed", "quickly jabbed")
/obj/item/weapon/scissors/attack(mob/living/carbon/M as mob, mob/user as mob)
if(user.a_intent != "help")