mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
You can no longer runtime selling ghosts (#95396)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user