From de687af83633134a9a30ffdc3fe30bcb28ff3fa6 Mon Sep 17 00:00:00 2001 From: Alberyk Date: Fri, 8 Nov 2019 16:01:01 -0300 Subject: [PATCH] Fixes the shuttle call. (#7358) --- code/game/antagonist/outsider/deathsquad.dm | 5 ++++- html/changelogs/alberyk-shuttlecall.yml | 6 ++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/alberyk-shuttlecall.yml diff --git a/code/game/antagonist/outsider/deathsquad.dm b/code/game/antagonist/outsider/deathsquad.dm index fc55c0cfee8..f7756dce095 100644 --- a/code/game/antagonist/outsider/deathsquad.dm +++ b/code/game/antagonist/outsider/deathsquad.dm @@ -20,6 +20,9 @@ var/datum/antagonist/deathsquad/deathsquad /datum/antagonist/deathsquad/New(var/no_reference) ..() - deployed = TRUE if(!no_reference) deathsquad = src + +/datum/antagonist/deathsquad/attempt_spawn() + if(..()) + deployed = TRUE \ No newline at end of file diff --git a/html/changelogs/alberyk-shuttlecall.yml b/html/changelogs/alberyk-shuttlecall.yml new file mode 100644 index 00000000000..b4e4f6648da --- /dev/null +++ b/html/changelogs/alberyk-shuttlecall.yml @@ -0,0 +1,6 @@ +author: Alberyk + +delete-after: True + +changes: + - bugfix: "You can now call the shuttle as the AI once more"