mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-14 17:45:02 +01:00
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.
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
|
||||
|
||||
@@ -637,8 +634,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