From 990a06ad2eb3af89e04c4ef5d0feb1ee9639788e Mon Sep 17 00:00:00 2001 From: Lord Lag Date: Tue, 23 Feb 2016 18:59:02 +0000 Subject: [PATCH] Minor adjustments --- code/game/gamemodes/malfunction/malfunction.dm | 6 +++++- html/changelogs/[Lord Lag]-[Fixes #144].yml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/code/game/gamemodes/malfunction/malfunction.dm b/code/game/gamemodes/malfunction/malfunction.dm index 8fcf557a939..4461a6cf373 100644 --- a/code/game/gamemodes/malfunction/malfunction.dm +++ b/code/game/gamemodes/malfunction/malfunction.dm @@ -19,4 +19,8 @@ borg.lawupdate = 1 borg.connect_to_ai(malf_ai) else - error("Unable to locate the Malf AI during post_setp()!") \ No newline at end of file + error("Unable to locate the Malf AI during post_setp()!") + + + ..() + return \ No newline at end of file diff --git a/html/changelogs/[Lord Lag]-[Fixes #144].yml b/html/changelogs/[Lord Lag]-[Fixes #144].yml index c2674cabdee..130cdc96dd5 100644 --- a/html/changelogs/[Lord Lag]-[Fixes #144].yml +++ b/html/changelogs/[Lord Lag]-[Fixes #144].yml @@ -3,4 +3,4 @@ author: Lord Lag delete-after: True changes: - - bugfix: "Added a changelog editing system that should cause fewer conflicts and more accurate timestamps." + - bugfix: "cyborgs should now autoconnect to malfs at round start"