make it build

This commit is contained in:
nevimer
2025-09-07 00:47:34 -04:00
parent b348b617a3
commit 0e31590d16
3 changed files with 2 additions and 3 deletions
@@ -365,7 +365,7 @@
continue
for(var/mob/living/hidden as anything in hidden_mobs)
///Sell mobs, but leave their contents intact.
export_single_item(hidden, apply_elastic = FALSE, dry_run = dry_run, external_report = report, export_market = export_market) // BUBBER EDIT CHANGE - ORIGINAL: export_single_item(hidden, apply_elastic = FALSE, dry_run = dry_run, external_report = report)
export_single_item(hidden, apply_elastic = FALSE, dry_run = dry_run, external_report = report, export_markets = list(EXPORT_MARKET_STATION, EXPORT_MARKET_PIRACY)) // BUBBER EDIT CHANGE - ORIGINAL: export_single_item(hidden, apply_elastic = FALSE, dry_run = dry_run, external_report = report)
///there are still licing mobs inside that item. Stop, don't sell it ffs.
if(locate(/mob/living) in item_on_pad.get_all_contents())
continue