From 74c6e7e23f8d113ba8e6f08470dfb4113f621dd6 Mon Sep 17 00:00:00 2001 From: KorPhaeron Date: Mon, 16 Oct 2017 14:33:29 -0500 Subject: [PATCH 1/2] Fixes godhand having no inhand sprite (#31744) * Fixes godhand having no inhand * Correct file paths --- code/game/objects/items/holy_weapons.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/game/objects/items/holy_weapons.dm b/code/game/objects/items/holy_weapons.dm index fcea4292c2..a59f655b46 100644 --- a/code/game/objects/items/holy_weapons.dm +++ b/code/game/objects/items/holy_weapons.dm @@ -52,6 +52,8 @@ /obj/item/nullrod/godhand icon_state = "disintegrate" item_state = "disintegrate" + lefthand_file = 'icons/mob/inhands/items_lefthand.dmi' + righthand_file = 'icons/mob/inhands/items_righthand.dmi' name = "god hand" desc = "This hand of yours glows with an awesome power!" flags_1 = ABSTRACT_1 | NODROP_1 | DROPDEL_1