diff --git a/code/__HELPERS/atoms.dm b/code/__HELPERS/atoms.dm index 861f9475208..3eb8202f90c 100644 --- a/code/__HELPERS/atoms.dm +++ b/code/__HELPERS/atoms.dm @@ -322,4 +322,4 @@ rough example of the "cone" made by the 3 dirs checked var/datum/storage/storage_datum = target.loc.atom_storage if(!storage_datum) return - . += storage_datum.parent + . += storage_datum.real_location?.resolve()