diff --git a/code/modules/shuttle/supply.dm b/code/modules/shuttle/supply.dm index cc65c1351a3..edf535d8d28 100644 --- a/code/modules/shuttle/supply.dm +++ b/code/modules/shuttle/supply.dm @@ -166,7 +166,7 @@ GLOBAL_LIST_INIT(blacklisted_cargo_types, typecacheof(list( QDEL_NULL(spawning_order.applied_coupon) spawning_order.on_spawn() //SKYRAT EDIT - if(!spawning_order.pack.goody && !istype(spawning_order, /datum/supply_order/armament)) //we handle goody crates below //SKYRAT EDIT + if(!spawning_order.pack.goody && !(spawning_order?.paying_account in forced_briefcases)) //we handle goody crates below //SKYRAT EDIT spawning_order.generate(pick_n_take(empty_turfs)) SSblackbox.record_feedback("nested tally", "cargo_imports", 1, list("[spawning_order.pack.get_cost()]", "[spawning_order.pack.name]"))