From bd80894d352159cd7fd7fa35bc85292ef32cda4c Mon Sep 17 00:00:00 2001 From: Yoshax Date: Fri, 17 Jun 2016 21:51:12 +0100 Subject: [PATCH] Makes cult sword an actual sword --- code/game/gamemodes/cult/cult_items.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/game/gamemodes/cult/cult_items.dm b/code/game/gamemodes/cult/cult_items.dm index 1a0aa9e1c5..3cd2a496cb 100644 --- a/code/game/gamemodes/cult/cult_items.dm +++ b/code/game/gamemodes/cult/cult_items.dm @@ -8,6 +8,8 @@ throwforce = 10 hitsound = 'sound/weapons/bladeslice.ogg' attack_verb = list("attacked", "slashed", "stabbed", "sliced", "torn", "ripped", "diced", "cut") + edge = 1 + sharp = 1 /obj/item/weapon/melee/cultblade/cultify() return