mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-25 13:06:38 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user