Exporting mechs!

This commit is contained in:
CitadelStationBot
2017-06-25 11:35:00 -05:00
parent 4293607509
commit e57a753701
5 changed files with 92 additions and 6 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ GLOBAL_LIST_INIT(blacklisted_cargo_types, typecacheof(list(
var/sold_atoms = ""
for(var/atom/movable/AM in areaInstance)
if(AM.anchored)
if(AM.anchored && !istype(AM, /obj/mecha))
continue
sold_atoms += export_item_and_contents(AM, contraband, emagged, dry_run = FALSE)