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
@@ -6,7 +6,7 @@
desc = "Prevents you from returning from away missions."
activated = 0
/obj/item/implant/exile/get_data()
/obj/item/implant/exile/get_data() //GS13 - Nanotrasen to GATO
var/dat = {"<b>Implant Specifications:</b><BR>
<b>Name:</b> GATO Employee Exile Implant<BR>
<b>Implant Details:</b> The onboard gateway system has been modified to reject entry by individuals containing this implant<BR>"}
@@ -3,7 +3,7 @@
desc = "Protects against brainwashing."
activated = 0
/obj/item/implant/mindshield/get_data()
/obj/item/implant/mindshield/get_data() //GS13 - Nanotrasen to GATO
var/dat = {"<b>Implant Specifications:</b><BR>
<b>Name:</b> GATO Employee Management Implant<BR>
<b>Life:</b> Ten years.<BR>
@@ -173,7 +173,7 @@
auto_inject = FALSE
auto_replenish = FALSE
special = TRUE
var/objective = "Obey the law. Praise GATO."
var/objective = "Obey the law. Praise GATO." //GS13 - Nanotrasen to GATO
var/custom = FALSE
/obj/machinery/implantchair/brainwash/implant_action(mob/living/C,mob/user)