Revert "Add stamped requisition forms now give bonus credits (#66230)" (#66851)

This reverts commit f021767645.

This reverts commit f021767 from:

    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:
Tim
2022-05-09 22:28:10 -05:00
committed by GitHub
parent e63d556d83
commit aaef545968
11 changed files with 58 additions and 161 deletions
-5
View File
@@ -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