From 4c6d7911fb3603501a6cf36acf40cb4d7cd6f40b Mon Sep 17 00:00:00 2001 From: Zonespace <41448081+Zonespace27@users.noreply.github.com> Date: Mon, 25 Apr 2022 17:39:33 -0700 Subject: [PATCH] fuck (#13112) --- code/modules/shuttle/supply.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]"))