diff --git a/code/game/objects/items/weapons/shards.dm b/code/game/objects/items/weapons/shards.dm
index fa2084b1597..089d731c58c 100644
--- a/code/game/objects/items/weapons/shards.dm
+++ b/code/game/objects/items/weapons/shards.dm
@@ -14,7 +14,7 @@
matter = list("glass" = 3750)
attack_verb = list("stabbed", "slashed", "sliced", "cut")
- suicide_act(mob/user)
+/obj/item/weapon/shard/suicide_act(mob/user)
viewers(user) << pick("\red [user] is slitting \his wrists with \the [src]! It looks like \he's trying to commit suicide.", \
"\red [user] is slitting \his throat with \the [src]! It looks like \he's trying to commit suicide.")
return (BRUTELOSS)