Skip to content

Commit

Permalink
[MIRROR] Adds wound armor to heretic robes and gives heretic blades k…
Browse files Browse the repository at this point in the history
…nife level wounding [MDB IGNORE] (#1029)

* Adds wound armor to heretic robes and gives heretic blades knife level wounding (#80146)

---------

Co-authored-by: SkyratBot <[email protected]>
Co-authored-by: KittyNoodle <[email protected]>
  • Loading branch information
3 people authored Dec 9, 2023
1 parent 5385e78 commit 4d1fcb5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/modules/antagonists/heretic/items/heretic_armor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
bio = 20
fire = 20
acid = 20
wound = 20

/obj/item/clothing/suit/hooded/cultrobes/eldritch/examine(mob/user)
. = ..()
Expand Down Expand Up @@ -64,6 +65,7 @@
laser = 30
energy = 30
bomb = 15
wound = 10

/obj/item/clothing/head/hooded/cult_hoodie/void/Initialize(mapload)
. = ..()
Expand All @@ -89,6 +91,7 @@
laser = 30
energy = 30
bomb = 15
wound = 10

/obj/item/clothing/suit/hooded/cultrobes/void/Initialize(mapload)
. = ..()
Expand Down
2 changes: 2 additions & 0 deletions code/modules/antagonists/heretic/items/heretic_blades.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 4d1fcb5

Please sign in to comment.