Files
hazelratandGitHub c9e5c6e591 Vaurca Attendant bugfixes (#19976)
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
2024-10-02 10:19:45 +00:00

30 lines
1.5 KiB
Plaintext

/datum/ghostspawner/human/ert/mercenary
name = "Mercenary Responder"
short_name = "mercr"
max_count = 2
desc = "Rank and file of a freelancer mercenary team."
welcome_message = "Your crew has been hired by NanoTrasen to sort out a distress signal. While you wouldn't do anything violent to the crew, maybe they won't miss that one fancy artifact..."
outfit = /obj/outfit/admin/ert/mercenary
possible_species = list(SPECIES_HUMAN, SPECIES_HUMAN_OFFWORLD, SPECIES_TAJARA, SPECIES_TAJARA_MSAI, SPECIES_TAJARA_ZHAN, SPECIES_SKRELL, SPECIES_SKRELL_AXIORI, SPECIES_DIONA, 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)
/datum/ghostspawner/human/ert/mercenary/specialist
name = "Mercenary Medical Specialist"
short_name = "mercs"
max_count = 1
desc = "The only medic of the freelancer mercenary team."
outfit = /obj/outfit/admin/ert/mercenary/specialist
/datum/ghostspawner/human/ert/mercenary/engineer
name = "Mercenary Combat Engineer"
short_name = "merce"
max_count = 1
desc = "The only dedicated engineer of the freelancer mercenary team."
outfit = /obj/outfit/admin/ert/mercenary/engineer
/datum/ghostspawner/human/ert/mercenary/leader
name = "Mercenary Leader"
short_name = "mercl"
max_count = 1
desc = "The leader of the freelancer mercenary team."
outfit = /obj/outfit/admin/ert/mercenary/leader