You can no longer runtime selling ghosts (#95396)

This commit is contained in:
ArcaneMusic
2026-03-15 20:04:04 +01:00
committed by GitHub
parent ceed05ce36
commit 88ded221f5
@@ -292,6 +292,8 @@ GLOBAL_LIST_INIT(blacklisted_cargo_types, typecacheof(list(
for(var/atom/movable/exporting_atom in shuttle_turf)
if(iseyemob(exporting_atom))
continue
if(isobserver(exporting_atom))
continue
if(exporting_atom.anchored)
continue
export_item_and_contents(exporting_atom, apply_elastic = TRUE, dry_run = FALSE, external_report = report)