mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 20:11:04 +01:00
This resolves every issue I could eyeball with Vaurca Attendants. Added to every ghostrole where they're appropriate, mostly wherever warriors are. Included as non-combatants in the TCAF ghostspawn. Added to every list for species-specific loadout items and augments, so they should be able to select them now. Added to every job blacklist warriors were already on, most notably so you can't join as a consular officer or corporate representative. Accounts for attendants with a lot of admin outfits and ERT spawns. Resolves https://github.com/Aurorastation/Aurora.3/issues/19974
38 lines
1.9 KiB
Plaintext
38 lines
1.9 KiB
Plaintext
/datum/ghostspawner/human/ert/tcfl
|
|
name = "TCFL Volunteer"
|
|
short_name = "tcflr"
|
|
desc = "The Tau Ceti Foreign Legion's rank and file."
|
|
welcome_message = "The Tau Ceti Foreign Legion works for the Republic of Biesel; your job is to protect the place you're heading to and fix the problem. You can be a Volunteer (Vol.), Legionnaire (Lgn.) or Prefect (Pfct.). The first option is recommended for new players."
|
|
max_count = 3
|
|
outfit = /obj/outfit/admin/ert/legion
|
|
spawnpoints = list("TCFLERTSpawn")
|
|
possible_species = list(SPECIES_HUMAN, SPECIES_HUMAN_OFFWORLD, SPECIES_TAJARA, SPECIES_TAJARA_MSAI, SPECIES_TAJARA_ZHAN, SPECIES_SKRELL, SPECIES_SKRELL_AXIORI, SPECIES_UNATHI, SPECIES_VAURCA_WARRIOR, SPECIES_VAURCA_ATTENDANT, SPECIES_VAURCA_WORKER, SPECIES_IPC, SPECIES_IPC_G1, SPECIES_IPC_G2, SPECIES_IPC_XION, SPECIES_IPC_ZENGHU, SPECIES_IPC_BISHOP, SPECIES_IPC_SHELL, SPECIES_DIONA, SPECIES_DIONA_COEUS)
|
|
mob_name_prefix = "Vol. "
|
|
|
|
/datum/ghostspawner/human/ert/tcfl/specialist
|
|
name = "TCFL Legionnaire"
|
|
short_name = "tcfls"
|
|
max_count = 2
|
|
desc = "An experienced Legionnaire of the TCFL."
|
|
outfit = /obj/outfit/admin/ert/legion/specialist
|
|
mob_name_prefix = "Lgn. "
|
|
|
|
/datum/ghostspawner/human/ert/tcfl/leader
|
|
name = "TCFL Prefect"
|
|
short_name = "tcfll"
|
|
max_count = 1
|
|
desc = "A leader of Task Force XIII - Fortune."
|
|
outfit = /obj/outfit/admin/ert/legion/leader
|
|
mob_name_prefix = "Pfct. "
|
|
spawnpoints = list("TCFLERTSpawn - Prefect")
|
|
|
|
/datum/ghostspawner/human/ert/tcfl/pilot
|
|
name = "TCFL Dropship Pilot"
|
|
short_name = "tcflpl"
|
|
max_count = 1
|
|
desc = "A dropship pilot of the TCFL."
|
|
welcome_message = "As a pilot of the Tau Ceti Foreign Legion, your job is to pilot your assigned dropship and keep it safe from any hostile forces. You may also have to assist the main task force in a supporting role if the need arises."
|
|
outfit = /obj/outfit/admin/ert/legion/pilot
|
|
mob_name_prefix = "PL. "
|
|
spawnpoints = list("TCFLERTSpawn - Pilot")
|