mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
[MIRROR] Revert "Add stamped requisition forms now give bonus credits (#66230)" [MDB IGNORE] (#13497)
* Revert "Add stamped requisition forms now give bonus credits (#66230)" (#66851) This reverts commitf021767645. This reverts commitf021767from: Add stamped requisition forms now give bonus credits #66230 This bug was encountered when we were testing this PR but I thought it got fixed. Why It's Good For The Game Cargo crates will now reappear. * Revert "Add stamped requisition forms now give bonus credits (#66230)" Co-authored-by: Tim <timothymtorres@gmail.com>
This commit is contained in:
@@ -95,9 +95,6 @@ SUBSYSTEM_DEF(shuttle)
|
||||
/// A listing of previously delivered supply packs.
|
||||
var/list/order_history = list()
|
||||
|
||||
/// A listing of previously delivered supply packs by order id
|
||||
var/list/order_history_by_id = list()
|
||||
|
||||
/// A list of job accesses that are able to purchase any shuttles.
|
||||
var/list/has_purchase_shuttle_access
|
||||
|
||||
@@ -653,8 +650,6 @@ SUBSYSTEM_DEF(shuttle)
|
||||
request_list = SSshuttle.request_list
|
||||
if (istype(SSshuttle.order_history))
|
||||
order_history = SSshuttle.order_history
|
||||
if (istype(SSshuttle.order_history_by_id))
|
||||
order_history_by_id = SSshuttle.order_history_by_id
|
||||
|
||||
if (istype(SSshuttle.shuttle_loan))
|
||||
shuttle_loan = SSshuttle.shuttle_loan
|
||||
|
||||
Reference in New Issue
Block a user