Merge pull request #7251 from Citadel-Station-13/upstream-merge-38709

[MIRROR] Fix being unable to export mechs
This commit is contained in:
LetterJay
2018-07-01 09:28:03 -05:00
committed by GitHub

View File

@@ -124,7 +124,7 @@ GLOBAL_LIST_INIT(blacklisted_cargo_types, typecacheof(list(
continue
if(bounty_ship_item_and_contents(AM, dry_run = FALSE))
matched_bounty = TRUE
if(!AM.anchored)
if(!AM.anchored || istype(AM, /obj/mecha))
sold_atoms += export_item_and_contents(AM, contraband, emagged, dry_run = FALSE)
if(sold_atoms)