port of https://github.com/tgstation/tgstation/pull/54029/files# Aka this is where we get bounty cubes and remove the public bounty console. Credit to ArcaneMusic.
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