diff --git a/code/game/gamemodes/miniantags/borer/borer.dm b/code/game/gamemodes/miniantags/borer/borer.dm
index 50dcc0d62d1..91c2bddb74c 100644
--- a/code/game/gamemodes/miniantags/borer/borer.dm
+++ b/code/game/gamemodes/miniantags/borer/borer.dm
@@ -33,7 +33,7 @@
return 0
return B.host.say_understands(other, speaking)
-/mob/living/captive_brain/resist_borer()
+/mob/living/captive_brain/resist()
var/mob/living/simple_animal/borer/B = loc
to_chat(src, "You begin doggedly resisting the parasite's control (this will take approximately sixty seconds).")
diff --git a/code/modules/mob/living/living.dm b/code/modules/mob/living/living.dm
index f3c48bce39a..bd360456009 100644
--- a/code/modules/mob/living/living.dm
+++ b/code/modules/mob/living/living.dm
@@ -588,9 +588,6 @@
visible_message("[src] resists!")
return 1
-/mob/living/proc/resist_borer()
- return
-
/mob/living/proc/resist_buckle()
spawn(0)
resist_muzzle()