From 56b1cf499e5c2efeeed93a104260ec0b1a820e77 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Wed, 4 Nov 2020 01:35:06 +0100 Subject: [PATCH] [MIRROR] Fixes nullrod hand replacements being put into slots they shouldn't be (#1560) * Fixes nullrod hand replacements being put into slots they shouldn't be (#54750) * Fixes nullrod hand replacements being put into slots they shouldn't be Co-authored-by: necromanceranne <40847847+necromanceranne@users.noreply.github.com> --- code/game/objects/items/holy_weapons.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/game/objects/items/holy_weapons.dm b/code/game/objects/items/holy_weapons.dm index f0a307cc549..4a9493e3d83 100644 --- a/code/game/objects/items/holy_weapons.dm +++ b/code/game/objects/items/holy_weapons.dm @@ -273,6 +273,7 @@ righthand_file = 'icons/mob/inhands/misc/touchspell_righthand.dmi' name = "god hand" desc = "This hand of yours glows with an awesome power!" + slot_flags = null item_flags = ABSTRACT | DROPDEL w_class = WEIGHT_CLASS_HUGE hitsound = 'sound/weapons/sear.ogg' @@ -548,6 +549,7 @@ lefthand_file = 'icons/mob/inhands/weapons/chainsaw_lefthand.dmi' righthand_file = 'icons/mob/inhands/weapons/chainsaw_righthand.dmi' w_class = WEIGHT_CLASS_HUGE + slot_flags = null item_flags = ABSTRACT sharpness = SHARP_EDGED attack_verb_continuous = list("saws", "tears", "lacerates", "cuts", "chops", "dices") @@ -635,6 +637,7 @@ inhand_icon_state = "arm_blade" lefthand_file = 'icons/mob/inhands/antag/changeling_lefthand.dmi' righthand_file = 'icons/mob/inhands/antag/changeling_righthand.dmi' + slot_flags = null item_flags = ABSTRACT w_class = WEIGHT_CLASS_HUGE sharpness = SHARP_EDGED