mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 07:20:09 +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
|
||||
Reference in New Issue
Block a user