mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-26 14:17:12 +01:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
@@ -52,6 +52,9 @@ SUBSYSTEM_DEF(economy)
|
||||
///The modifier multiplied to the value of cargo pack prices.
|
||||
var/pack_price_modifier = 1
|
||||
|
||||
var/civ_bounty_tracker = 0
|
||||
/// Contains the message to send to newscasters about earnings, updated on price_update()
|
||||
|
||||
/datum/controller/subsystem/economy/Initialize(timeofday)
|
||||
var/budget_to_hand_out = round(budget_pool / department_accounts.len)
|
||||
for(var/A in department_accounts)
|
||||
|
||||
Reference in New Issue
Block a user