Replace Aurora with Horizon (dynamically), NT -> SCC (#13940)

This commit is contained in:
Wildkins
2022-05-17 08:19:53 -04:00
committed by GitHub
parent 8a9715e63b
commit 619d88e613
58 changed files with 232 additions and 135 deletions

View File

@@ -237,7 +237,7 @@
console.visible_message(SPAN_NOTICE("\The [console] prints out paper."))
if(href_list["bounty_print"])
if(console && console.nano_printer)
var/text = "<h2>Nanotrasen Cargo Bounties</h2></br>"
var/text = "<h2>SCC Cargo Bounties</h2></br>"
for(var/datum/bounty/B in SScargo.bounties_list)
if(B.claimed)
continue