Only 40% experimental!
This commit is contained in:
Lord Lag
2016-02-19 15:41:29 +00:00
parent fb0715d5cc
commit bfb4c122b5
2 changed files with 16 additions and 0 deletions
@@ -10,3 +10,13 @@
auto_recall_shuttle = 0
antag_tags = list(MODE_MALFUNCTION)
disabled_jobs = list("AI")
/datum/game_mode/malfunction/post_setup()
var/malf_ai = select_active_ai_with_fewest_borgs()
if (malf_ai)
for (var/mob/living/silicon/robot/borg in world)
borg.lawupdate = 1
borg.connect_to_ai(malf_ai)
else
error("Unable to locate the Malf AI during post_setp()!")
@@ -0,0 +1,6 @@
author: Lord Lag
delete-after: True
changes:
- bugfix: "Added a changelog editing system that should cause fewer conflicts and more accurate timestamps."