diff --git a/code/modules/mob/living/simple_animal/simple_animal.dm b/code/modules/mob/living/simple_animal/simple_animal.dm
index 9eee62d810a..93e72a96707 100644
--- a/code/modules/mob/living/simple_animal/simple_animal.dm
+++ b/code/modules/mob/living/simple_animal/simple_animal.dm
@@ -446,7 +446,6 @@
else
visible_message("[O] bounces harmlessly off of [src].",\
"[O] bounces harmlessly off of [src].")
- playsound(loc, O.hitsound, 50, 1, -1)
else
user.visible_message("[user] gently taps [src] with [O].",\
"This weapon is ineffective, it does no damage.")