diff --git a/code/game/objects/items/weapons/scissors.dm b/code/game/objects/items/weapons/scissors.dm index d213b6bcbb6..05a50200e7d 100644 --- a/code/game/objects/items/weapons/scissors.dm +++ b/code/game/objects/items/weapons/scissors.dm @@ -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")