mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-22 05:17:38 +01:00
21c74b3cae
* more erts * fear of a bug planet * klax * fixes * MORE * #include moment * a
13 lines
478 B
Plaintext
13 lines
478 B
Plaintext
/datum/responseteam/tcfl
|
|
name = "Tau Ceti Foreign Legion"
|
|
chance = 20
|
|
spawner = /datum/ghostspawner/human/ert/tcfl
|
|
possible_space_sector = list(SECTOR_ROMANOVICH, SECTOR_TAU_CETI, SECTOR_CORP_ZONE)
|
|
|
|
/datum/responseteam/tcaf
|
|
name = "Tau Ceti Republican Fleet"
|
|
chance = 20
|
|
spawner = /datum/ghostspawner/human/ert/tcaf
|
|
equipment_map = /datum/map_template/distress_tcaf
|
|
possible_space_sector = list(SECTOR_TAU_CETI, SECTOR_ROMANOVICH, SECTOR_CORP_ZONE, SECTOR_VALLEY_HALE)
|