From 83be35a3ea53f14516bdbd0d26e78aaac821632a Mon Sep 17 00:00:00 2001 From: Bjamcham <107899953+Bjamcham@users.noreply.github.com> Date: Thu, 19 Oct 2023 13:31:32 -0400 Subject: [PATCH] The curse of inhand.dmi (#22962) --- code/game/objects/items/weapons/holy_weapons.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/game/objects/items/weapons/holy_weapons.dm b/code/game/objects/items/weapons/holy_weapons.dm index c45cb9fb02f..d2c10361f3f 100644 --- a/code/game/objects/items/weapons/holy_weapons.dm +++ b/code/game/objects/items/weapons/holy_weapons.dm @@ -255,6 +255,8 @@ attack_verb = list("chopped", "sliced", "cut", "zandatsu'd") /obj/item/nullrod/scythe/spellblade + lefthand_file = 'icons/mob/inhands/weapons_lefthand.dmi' + righthand_file = 'icons/mob/inhands/weapons_righthand.dmi' icon_state = "spellblade" item_state = "spellblade" icon = 'icons/obj/guns/magic.dmi' @@ -264,6 +266,8 @@ /obj/item/nullrod/scythe/talking name = "possessed blade" + lefthand_file = 'icons/mob/inhands/weapons_lefthand.dmi' + righthand_file = 'icons/mob/inhands/weapons_righthand.dmi' icon_state = "talking_sword" item_state = "talking_sword" desc = "When the station falls into chaos, it's nice to have a friend by your side."