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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user