mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +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
36 lines
1.3 KiB
Plaintext
36 lines
1.3 KiB
Plaintext
/datum/ghostspawner/human/ert/klax
|
|
name = "K'lax Warrior"
|
|
short_name = "ertklax"
|
|
desc = "You are a warrior of the K'lax Hive, deployed to respond to an incident in the sector."
|
|
outfit = /obj/outfit/admin/ert/klax
|
|
mob_name_suffix = " K'lax"
|
|
mob_name_pick_message = "Choose a Vaurca first name."
|
|
possible_species = list(SPECIES_VAURCA_WARRIOR, SPECIES_VAURCA_ATTENDANT)
|
|
uses_species_whitelist = FALSE
|
|
max_count = 2
|
|
assigned_role = "K'lax Warrior"
|
|
|
|
/datum/ghostspawner/human/ert/klax/medic
|
|
name = "K'lax Field Biotechnician"
|
|
short_name = "ertklaxm"
|
|
desc = "You are a medical specialist of the K'lax Hive, deployed to respond to an incident in the sector."
|
|
outfit = /obj/outfit/admin/ert/klax/medic
|
|
max_count = 1
|
|
assigned_role = "K'lax Field Biotechnician"
|
|
|
|
/datum/ghostspawner/human/ert/klax/engi
|
|
name = "K'lax Sapper"
|
|
short_name = "ertklaxe"
|
|
desc = "You are an engineering specialist of the K'lax Hive, deployed to respond to an incident in the sector."
|
|
outfit = /obj/outfit/admin/ert/klax/engi
|
|
max_count = 1
|
|
assigned_role = "K'lax Sapper"
|
|
|
|
/datum/ghostspawner/human/ert/klax/heavy
|
|
name = "K'lax Heavy"
|
|
short_name = "ertklaxh"
|
|
desc = "You are a heavy weapons specialist of the K'lax Hive, deployed to respond to an incident in the sector."
|
|
outfit = /obj/outfit/admin/ert/klax/heavy
|
|
max_count = 1
|
|
assigned_role = "K'lax Heavy"
|