This commit is contained in:
Zonespace
2022-04-26 01:39:33 +01:00
committed by GitHub
parent b76d07e5cd
commit 4c6d7911fb
+1 -1
View File
@@ -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]"))