From b2e5f6ab75e3764b4bdee910fa12cb128c9d4b19 Mon Sep 17 00:00:00 2001 From: robbertapir <102324362+robbertapir@users.noreply.github.com> Date: Sat, 4 Jun 2022 11:50:55 +0200 Subject: [PATCH] Fixes held memorizers being invisible (#67492) Co-authored-by: robbertapir --- code/modules/assembly/flash.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/assembly/flash.dm b/code/modules/assembly/flash.dm index 0180acba7cd..1963fe47e4f 100644 --- a/code/modules/assembly/flash.dm +++ b/code/modules/assembly/flash.dm @@ -324,6 +324,8 @@ icon = 'icons/obj/device.dmi' icon_state = "memorizer" inhand_icon_state = "nullrod" + lefthand_file = 'icons/mob/inhands/weapons/melee_lefthand.dmi' + righthand_file = 'icons/mob/inhands/weapons/melee_righthand.dmi' /obj/item/assembly/flash/handheld //this is now the regular pocket flashes