mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
make it build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user