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
+1 -1
View File
@@ -150,7 +150,7 @@
to_chat(usr, "<span class='warning'>You already have an incomplete civilian bounty, try again in [curr_time] minutes to replace it!</span>")
return FALSE
var/datum/bounty/crumbs = random_bounty(pot_acc.account_job.bounty_types)
pot_acc.bounty_timer = world.time
COOLDOWN_START(pot_acc, bounty_timer, 5 MINUTES)
pot_acc.civilian_bounty = crumbs
if("eject")
id_eject(usr, inserted_scan_id)