mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 21:17:44 +01:00
Add stamped requisition forms now give bonus credits (#66230)
Requisition forms now grant bonus credits when they are stamped by the appropriate stamp listed under "Authorization Required:" on the form. Initially I was just going to have the req forms give the same amount of credits as the manifest but I was convinced to lower both of them so it doesn't unbalance crate returns too much.
This commit is contained in:
@@ -161,6 +161,7 @@ GLOBAL_LIST_INIT(blacklisted_cargo_types, typecacheof(list(
|
||||
value += spawning_order.pack.get_cost()
|
||||
SSshuttle.shopping_list -= spawning_order
|
||||
SSshuttle.order_history += spawning_order
|
||||
SSshuttle.order_history_by_id[spawning_order.id] = TRUE
|
||||
QDEL_NULL(spawning_order.applied_coupon)
|
||||
|
||||
if(!spawning_order.pack.goody) //we handle goody crates below
|
||||
|
||||
Reference in New Issue
Block a user