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:
evilew
2024-11-19 01:59:28 +01:00
parent 17385694fe
commit 10ef9e374a
154 changed files with 326 additions and 326 deletions
+3 -3
View File
@@ -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)