mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-20 19:43:13 +01:00
23 lines
669 B
Plaintext
23 lines
669 B
Plaintext
/datum/responseteam/scc
|
|
name = "SCC ERT"
|
|
chance = 20
|
|
spawner = /datum/ghostspawner/human/ert/scc
|
|
possible_space_sector = list(ALL_TAU_CETI_SECTORS)
|
|
|
|
/datum/responseteam/nanotrasen
|
|
name = "NanoTrasen ERT"
|
|
chance = 20
|
|
spawner = /datum/ghostspawner/human/ert/nanotrasen
|
|
possible_space_sector = list(SECTOR_ROMANOVICH, SECTOR_TAU_CETI)
|
|
|
|
/datum/responseteam/hephaestus
|
|
name = "Hephaestus ERT"
|
|
chance = 20
|
|
spawner = /datum/ghostspawner/human/ert/hephaestus
|
|
possible_space_sector = list(SECTOR_BURZSIA, SECTOR_UUEOAESA, SECTOR_TAU_CETI)
|
|
|
|
/datum/responseteam/deathsquad
|
|
name = "SCC Asset Protection"
|
|
spawner = /datum/ghostspawner/human/ert/deathsquad
|
|
chance = 1
|