From bf3d3cf04a1fc99285b0452dfba5df42e2ca8608 Mon Sep 17 00:00:00 2001 From: GinjaNinja32 Date: Thu, 14 Aug 2014 11:20:07 +0100 Subject: [PATCH] Use absolute paths --- code/game/objects/items/weapons/shards.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)