This commit is contained in:
shellspeed1
2022-09-18 22:13:44 -07:00
parent cdb1fbb1e2
commit aa7252ffd6
3 changed files with 23 additions and 3 deletions
+2 -2
View File
@@ -11,7 +11,7 @@
var/being_dumped = FALSE //pink levels are rising
var/withdrawDelay = 0
var/datum/bounty/civilian_bounty
var/bounty_timer = 0
COOLDOWN_DECLARE(bounty_timer)
/datum/bank_account/New(newname, job)
if(add_to_accounts)
@@ -141,7 +141,7 @@
*/
/datum/bank_account/proc/reset_bounty()
civilian_bounty = null
bounty_timer = 0
COOLDOWN_RESET(src, bounty_timer)
/datum/bank_account/department
account_holder = "Guild Credit Agency"