mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Cargo budget now gets 50% payment from energy harvester (#16505)
* Cargo budget now gets 30% from energy harvester * fuck * the fuck * Update economy.dm
This commit is contained in:
@@ -155,8 +155,11 @@ SUBSYSTEM_DEF(economy)
|
||||
if(moneysink)
|
||||
engineering_cash += moneysink.payout()
|
||||
var/datum/bank_account/D = get_dep_account(ACCOUNT_ENG)
|
||||
var/datum/bank_account/C = get_dep_account(ACCOUNT_CAR)
|
||||
if(D)
|
||||
D.adjust_money(engineering_cash)
|
||||
if(C)
|
||||
C.adjust_money(engineering_cash*0.5)
|
||||
|
||||
|
||||
/datum/controller/subsystem/economy/proc/car_payout()
|
||||
|
||||
Reference in New Issue
Block a user