Fixes missing icons (#37394)

This commit is contained in:
vuonojenmustaturska
2018-04-23 17:02:33 -04:00
committed by ShizCalev
parent b918e1dcb9
commit 0e38d316e5
-3
View File
@@ -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