From 432985b5454dbb80a315fcad75a22b5816cac87b Mon Sep 17 00:00:00 2001 From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Date: Wed, 17 Aug 2022 17:33:01 -0400 Subject: [PATCH] a cutting edge fix (#18849) --- code/game/objects/items/weapons/melee/misc.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/items/weapons/melee/misc.dm b/code/game/objects/items/weapons/melee/misc.dm index 6f2d457b6cc..d49e31b8910 100644 --- a/code/game/objects/items/weapons/melee/misc.dm +++ b/code/game/objects/items/weapons/melee/misc.dm @@ -118,6 +118,7 @@ force = 25 armour_penetration_flat = 50 block_chance = 50 + sharp = TRUE ///enchantment holder, gives it unique on hit effects. var/datum/enchantment/enchant = null ///the cooldown and power of enchantments are multiplied by this var when its applied