From 86bfde609db7980b2f2d03cf288310d604e9e6d7 Mon Sep 17 00:00:00 2001 From: WickedCybs <52309324+WickedCybs@users.noreply.github.com> Date: Sat, 22 May 2021 00:18:39 -0600 Subject: [PATCH] Cult Sword Buff (#11923) --- code/game/gamemodes/cult/items/sword.dm | 3 ++- html/changelogs/wickedcybs_APmob.yml | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/wickedcybs_APmob.yml diff --git a/code/game/gamemodes/cult/items/sword.dm b/code/game/gamemodes/cult/items/sword.dm index 1e097de516c..d85faca898b 100644 --- a/code/game/gamemodes/cult/items/sword.dm +++ b/code/game/gamemodes/cult/items/sword.dm @@ -1,12 +1,13 @@ /obj/item/melee/cultblade name = "eldritch blade" - desc = "A sword humming with unholy energy. It glows with a dim red light." + desc = "A sword humming with unholy energy. It glows with a dim red light and looks deadly sharp." desc_antag = "This sword is a powerful weapon, capable of severing limbs easily, if they are targeted. Non-believers are unable to use this weapon." icon = 'icons/obj/sword.dmi' icon_state = "cultblade" item_state = "cultblade" contained_sprite = TRUE force = 25 + armor_penetration = 50 // Narsie's blessing is strong. Also needed so the cult isn't obliterated by the average voidsuit with melee resistance. w_class = ITEMSIZE_LARGE throwforce = 10 slot_flags = SLOT_BELT diff --git a/html/changelogs/wickedcybs_APmob.yml b/html/changelogs/wickedcybs_APmob.yml new file mode 100644 index 00000000000..76361bc5462 --- /dev/null +++ b/html/changelogs/wickedcybs_APmob.yml @@ -0,0 +1,6 @@ +author: WickedCybs + +delete-after: True + +changes: + - tweak: "The Eldritch blade can now penetrate through most armour thanks to the power of the Dark God. Previously, it could get blocked by an engineering voidsuit." \ No newline at end of file