mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
@@ -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."
|
||||
Reference in New Issue
Block a user