Fixes deathsquad showing up when the distress beacon is used (#7328)

This commit is contained in:
Alberyk
2019-11-04 04:20:43 -03:00
committed by Erki
parent f0a9f5e64b
commit c9ce268451
5 changed files with 19 additions and 6 deletions

View File

@@ -6,3 +6,5 @@
/datum/responseteam/deathsquad
name = "Nanotrasen Asset Protection"
spawner = /datum/ghostspawner/human/ert/deathsquad
admin = TRUE
chance = 1

View File

@@ -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

View File

@@ -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