From f4ebd9f8ff34bbe6c484d41a4db34c03d3330a59 Mon Sep 17 00:00:00 2001 From: skull132 Date: Sun, 14 Aug 2016 22:08:07 +0300 Subject: [PATCH] Fixes #578 (#748) Autotraitor applies the `mind.special_role` var properly now. --- code/game/antagonist/antagonist.dm | 2 ++ html/changelogs/skull132-Fixes_578.yml | 12 ++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 html/changelogs/skull132-Fixes_578.yml diff --git a/code/game/antagonist/antagonist.dm b/code/game/antagonist/antagonist.dm index 0bdab8a92f8..db0ebc19eee 100644 --- a/code/game/antagonist/antagonist.dm +++ b/code/game/antagonist/antagonist.dm @@ -142,6 +142,8 @@ log_debug("Could not auto-spawn a [role_text], failed to add antagonist.") return 0 + pending_antagonists -= player + reset_antag_selection() return 1 diff --git a/html/changelogs/skull132-Fixes_578.yml b/html/changelogs/skull132-Fixes_578.yml new file mode 100644 index 00000000000..c09b2ff1760 --- /dev/null +++ b/html/changelogs/skull132-Fixes_578.yml @@ -0,0 +1,12 @@ +author: Skull132 + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries. +# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog. +changes: + - bugfix: "Autotraitor now sets the mind.special_role properly. This means that they can now request objectives properly, autotraitor borgs work properly, etcetera."