From 0e38d316e50f874eefeb109abe1b57592f0bf15e Mon Sep 17 00:00:00 2001 From: vuonojenmustaturska Date: Tue, 24 Apr 2018 00:02:33 +0300 Subject: [PATCH] Fixes missing icons (#37394) --- code/game/objects/items.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/game/objects/items.dm b/code/game/objects/items.dm index a0219e431d0..777eb2fefc7 100644 --- a/code/game/objects/items.dm +++ b/code/game/objects/items.dm @@ -144,9 +144,6 @@ GLOBAL_VAR_INIT(rpg_loot_items, FALSE) QDEL_NULL(rpg_loot) return ..() -/obj/item - icon = 'icons/obj/device.dmi' - /obj/item/proc/check_allowed_items(atom/target, not_inside, target_self) if(((src in target) && !target_self) || (!isturf(target.loc) && !isturf(target) && not_inside)) return 0