[MIRROR] Makes cargo orders and req forms easier to differentiate [MDB IGNORE] (#22227)

* Makes cargo orders and req forms easier to differentiate

* Update code/modules/shuttle/supply.dm

Co-authored-by: Pinta <68373373+softcerv@users.noreply.github.com>

* removes one skyrat edit in favor of this

* Too much whitespace

---------

Co-authored-by: Nick <42454181+Momo8289@users.noreply.github.com>
Co-authored-by: lessthanthree <83487515+lessthnthree@users.noreply.github.com>
Co-authored-by: Bloop <vinylspiders@gmail.com>
Co-authored-by: Pinta <68373373+softcerv@users.noreply.github.com>
This commit is contained in:
SkyratBot
2023-07-12 06:38:10 +00:00
committed by GitHub
co-authored by Pinta Nick lessthanthree Bloop
parent 76d520723c
commit d8a19cf7ae
3 changed files with 12 additions and 3 deletions
+2 -2
View File
@@ -163,9 +163,9 @@ GLOBAL_LIST_INIT(blacklisted_cargo_types, typecacheof(list(
SSshuttle.order_history += spawning_order
QDEL_NULL(spawning_order.applied_coupon)
spawning_order.on_spawn() //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))
var/obj/structure/closet/crate = spawning_order.generate(pick_n_take(empty_turfs))
crate.name += " - #[spawning_order.id]"
SSblackbox.record_feedback("nested tally", "cargo_imports", 1, list("[spawning_order.pack.get_cost()]", "[spawning_order.pack.name]"))