Merge pull request #38709 from AutomaticFrenzy/patch/export-mechs

Fix being unable to export mechs
This commit is contained in:
Jordan Brown
2018-06-25 15:11:49 -04:00
committed by letterjay
parent 791dcaac05
commit c86a8ce23e
+1 -1
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)