From ba403ce0d2f04187434338c6cf34de5d87d39f62 Mon Sep 17 00:00:00 2001 From: Cameron653 Date: Sat, 14 Oct 2017 15:03:10 -0400 Subject: [PATCH] Adds an AI that writes its own code for the server This AI can: - Fix every bug in the game - Self replicate and spread its code - Add in its own code without approval - Can read the atmos code and comprehend it. ~~All this does is fix a rogue period that apparently made updating to BYOND 512 impossible~~ --- code/modules/mob/living/simple_animal/constructs/soulstone.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/constructs/soulstone.dm b/code/modules/mob/living/simple_animal/constructs/soulstone.dm index 7b5e77f5c3..fdd1615259 100644 --- a/code/modules/mob/living/simple_animal/constructs/soulstone.dm +++ b/code/modules/mob/living/simple_animal/constructs/soulstone.dm @@ -212,7 +212,7 @@ Z << "You are still bound to serve your creator, follow their orders and help them complete their goals at all costs." Z.cancel_camera() qdel(src) -/obj/item/device/soulstone/proc/transfer_soul(var/choice as text, var/target, var/mob/U as mob). +/obj/item/device/soulstone/proc/transfer_soul(var/choice as text, var/target, var/mob/U as mob) switch(choice) if("VICTIM") transfer_human(target,U)