diff --git a/code/game/objects/items.dm b/code/game/objects/items.dm
index 8d3b7d4cbf7..c80c0e8634c 100644
--- a/code/game/objects/items.dm
+++ b/code/game/objects/items.dm
@@ -418,6 +418,7 @@ var/global/image/fire_overlay = image("icon" = 'icons/effects/fire.dmi', "icon_s
if(M != user)
M.visible_message("[user] has stabbed [M] in the eye with [src]!", \
"[user] stabs you in the eye with [src]!")
+ user.do_attack_animation(M)
else
user.visible_message( \
"[user] has stabbed themself in the eyes with [src]!", \