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"