diff --git a/code/game/objects/structures/kitchen_spike.dm b/code/game/objects/structures/kitchen_spike.dm
index fee6d6a7d48..1f0b0a44606 100644
--- a/code/game/objects/structures/kitchen_spike.dm
+++ b/code/game/objects/structures/kitchen_spike.dm
@@ -152,7 +152,6 @@
"[user.name] tries to pull [M.name] free of the [src]!",\
"[user.name] is trying to pull you off the [src], opening up fresh wounds!",\
"You hear a squishy wet noise.")
- M.adjustBruteLoss(20)
if(!do_after(M, 300, target = src))
if(M && M.buckled)
M.visible_message(\
@@ -177,7 +176,7 @@
m120.Turn(360)
animate(L, transform = m120, time = 3)
L.pixel_y = L.get_standard_pixel_y_offset(360)
- M.adjustBruteLoss(20)
+ M.adjustBruteLoss(30)
src.visible_message(text("[M] falls free of the [src]!"))
unbuckle_mob()
L.emote("scream")
@@ -215,4 +214,4 @@
#undef MEATTYPE_MONKEY
#undef MEATTYPE_ALIEN
#undef MEATTYPE_BEAR
-#undef MEATTYPE_CORGI
\ No newline at end of file
+#undef MEATTYPE_CORGI