diff --git a/code/modules/surgery/tools.dm b/code/modules/surgery/tools.dm
index d8db9381aaa..841e96959e7 100644
--- a/code/modules/surgery/tools.dm
+++ b/code/modules/surgery/tools.dm
@@ -50,12 +50,6 @@
origin_tech = "materials=1;biotech=1"
attack_verb = list("drilled")
-/obj/item/weapon/scalpel/suicide_act(mob/user)
- user.visible_message(pick("[user] is pressing [src] to \his temple and activating it! It looks like \he's trying to commit suicide.", \
- "[user] is pressing [src] to \his chest and activating it! It looks like \he's trying to commit suicide."))
- return (BRUTELOSS)
-
-
/obj/item/weapon/scalpel
name = "scalpel"
desc = "Cut, cut, and once more cut."