diff --git a/code/modules/antagonists/heretic/items/heretic_armor.dm b/code/modules/antagonists/heretic/items/heretic_armor.dm index 502c52c17fb..e1f79612406 100644 --- a/code/modules/antagonists/heretic/items/heretic_armor.dm +++ b/code/modules/antagonists/heretic/items/heretic_armor.dm @@ -34,6 +34,7 @@ bio = 20 fire = 20 acid = 20 + wound = 20 /obj/item/clothing/suit/hooded/cultrobes/eldritch/examine(mob/user) . = ..() @@ -64,6 +65,7 @@ laser = 30 energy = 30 bomb = 15 + wound = 10 /obj/item/clothing/head/hooded/cult_hoodie/void/Initialize(mapload) . = ..() @@ -89,6 +91,7 @@ laser = 30 energy = 30 bomb = 15 + wound = 10 /obj/item/clothing/suit/hooded/cultrobes/void/Initialize(mapload) . = ..() diff --git a/code/modules/antagonists/heretic/items/heretic_blades.dm b/code/modules/antagonists/heretic/items/heretic_blades.dm index 19470e29699..8eb08a76427 100644 --- a/code/modules/antagonists/heretic/items/heretic_blades.dm +++ b/code/modules/antagonists/heretic/items/heretic_blades.dm @@ -14,6 +14,8 @@ w_class = WEIGHT_CLASS_NORMAL force = 20 throwforce = 10 + wound_bonus = 5 + bare_wound_bonus = 15 toolspeed = 0.375 demolition_mod = 0.8 hitsound = 'sound/weapons/bladeslice.ogg'