From 88382c10587dc76ef2e2222a8a8782e028fcc993 Mon Sep 17 00:00:00 2001 From: Hatterhat <31829017+Hatterhat@users.noreply.github.com> Date: Wed, 23 May 2018 13:56:34 -0500 Subject: [PATCH] fixes flash icons (#6860) because people keep whining about it and because kev wanted me to do it for him with a webeditor pr --- code/modules/assembly/flash.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/assembly/flash.dm b/code/modules/assembly/flash.dm index 6093b4a97c..c60519b45e 100644 --- a/code/modules/assembly/flash.dm +++ b/code/modules/assembly/flash.dm @@ -1,7 +1,6 @@ /obj/item/assembly/flash name = "flash" desc = "A powerful and versatile flashbulb device, with applications ranging from disorienting attackers to acting as visual receptors in robot production." - icon = 'icons/obj/device.dmi' icon_state = "flash" item_state = "flashtool" lefthand_file = 'icons/mob/inhands/equipment/security_lefthand.dmi'