mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
[MDB Ignore] [IDB Ignore] Kills off /obj/item/device (#21774)
This has zero reason to exist in our code base. We have no procs or variables tied to this. I removed it to make future modifications cleaner. --------- Signed-off-by: Cody Brittain <1779662+Generalcamo@users.noreply.github.com>
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
if(!stored_item)
|
||||
to_chat(user,SPAN_NOTICE("There is nothing hidden in [src]."))
|
||||
else
|
||||
if(istype(stored_item, /obj/item/device/paicard))
|
||||
if(istype(stored_item, /obj/item/paicard))
|
||||
stored_item.forceMove(src.loc)
|
||||
to_chat(user,SPAN_NOTICE("You reveal \the [stored_item] from [src]."))
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user