From 4d1fcb5af375663ae317e91a79744bd7ac4f3c79 Mon Sep 17 00:00:00 2001 From: Iajret Creature <122297233+Steals-The-PRs@users.noreply.github.com> Date: Sat, 9 Dec 2023 16:01:16 +0300 Subject: [PATCH] [MIRROR] Adds wound armor to heretic robes and gives heretic blades knife level wounding [MDB IGNORE] (#1029) * Adds wound armor to heretic robes and gives heretic blades knife level wounding (#80146) --------- Co-authored-by: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Co-authored-by: KittyNoodle <78111117+KittyNoodle@users.noreply.github.com> --- code/modules/antagonists/heretic/items/heretic_armor.dm | 3 +++ code/modules/antagonists/heretic/items/heretic_blades.dm | 2 ++ 2 files changed, 5 insertions(+) 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'