mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Fixes the shuttle call. (#7358)
This commit is contained in:
@@ -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
|
||||
@@ -0,0 +1,6 @@
|
||||
author: Alberyk
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "You can now call the shuttle as the AI once more"
|
||||
Reference in New Issue
Block a user