Fix bad icon state of bounty console printouts (#44733)

This commit is contained in:
Akrilla
2019-06-27 01:04:12 -07:00
committed by Tad Hardesty
parent a55ce6d30c
commit 5a605172a9
+2
View File
@@ -23,6 +23,8 @@
/obj/item/paper/bounty_printout/Initialize()
. = ..()
info = "<h2>Nanotrasen Cargo Bounties</h2></br>"
update_icon()
for(var/datum/bounty/B in GLOB.bounties_list)
if(B.claimed)
continue