mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-05 15:02:56 +00:00
Fixes deathsquad showing up when the distress beacon is used (#7328)
This commit is contained in:
@@ -6,3 +6,5 @@
|
||||
/datum/responseteam/deathsquad
|
||||
name = "Nanotrasen Asset Protection"
|
||||
spawner = /datum/ghostspawner/human/ert/deathsquad
|
||||
admin = TRUE
|
||||
chance = 1
|
||||
@@ -5,4 +5,6 @@
|
||||
|
||||
/datum/responseteam/syndicate
|
||||
name = "Syndicate Commandos"
|
||||
spawner = /datum/ghostspawner/human/ert/commando
|
||||
spawner = /datum/ghostspawner/human/ert/commando
|
||||
admin = TRUE
|
||||
chance = 1
|
||||
@@ -2,4 +2,4 @@
|
||||
var/name = "Default Team" //ERT name.
|
||||
var/chance //Probability to get picked.
|
||||
var/datum/ghostspawner/human/ert/spawner //This response type's BASE spawner type.
|
||||
|
||||
var/admin = FALSE // if this is a special team that is not supossed to show up in regular rounds
|
||||
|
||||
Reference in New Issue
Block a user