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~~
This commit is contained in:
Cameron653
2017-10-14 15:03:10 -04:00
committed by GitHub
parent 0a3d85647a
commit ba403ce0d2
@@ -212,7 +212,7 @@
Z << "<B>You are still bound to serve your creator, follow their orders and help them complete their goals at all costs.</B>"
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)