Nanotrasen to GATO - comments
I know it's a mess, but the least I can do is add comments anywhere I can
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#define PRINTER_TIMEOUT 10
|
||||
|
||||
/obj/machinery/computer/bounty
|
||||
name = "\improper GATO bounty console"
|
||||
desc = "Used to check and claim bounties offered by GATO"
|
||||
name = "\improper GATO bounty console" //GS13 - Nanotrasen to GATO
|
||||
desc = "Used to check and claim bounties offered by GATO" //GS13 - Nanotrasen to GATO
|
||||
icon_screen = "bounty"
|
||||
circuit = /obj/item/circuitboard/computer/bounty
|
||||
light_color = "#E2853D"//orange
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
/obj/item/paper/bounty_printout/Initialize(mapload)
|
||||
. = ..()
|
||||
info = "<h2>GATO Cargo Bounties</h2></br>"
|
||||
info = "<h2>GATO Cargo Bounties</h2></br>" //GS13 - Nanotrasen to GATO
|
||||
update_icon()
|
||||
|
||||
for(var/datum/bounty/B in GLOB.bounties_list)
|
||||
|
||||
Reference in New Issue
Block a user