mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-26 10:02:28 +00:00
Replace Aurora with Horizon (dynamically), NT -> SCC (#13940)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user