mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
Fixes missing icons (#37394)
This commit is contained in:
committed by
ShizCalev
parent
b918e1dcb9
commit
0e38d316e5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user