Fixes the shuttle call. (#7358)

This commit is contained in:
Alberyk
2019-11-08 20:01:01 +01:00
committed by Werner
parent b7cbab196a
commit de687af836
2 changed files with 10 additions and 1 deletions
+4 -1
View File
@@ -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
+6
View File
@@ -0,0 +1,6 @@
author: Alberyk
delete-after: True
changes:
- bugfix: "You can now call the shuttle as the AI once more"