mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 03:51:49 +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
30 lines
1.0 KiB
Plaintext
30 lines
1.0 KiB
Plaintext
/datum/ghostspawner/human/zenghu_survivor
|
|
short_name = "zenghu"
|
|
name = "Zeng-Hu Survivor"
|
|
desc = "Survive whatever might lurk in the Zeng-Hu installation."
|
|
tags = list("External")
|
|
|
|
enabled = FALSE
|
|
spawnpoints = list("zenghu")
|
|
req_perms = null
|
|
max_count = 3
|
|
|
|
away_site = TRUE
|
|
|
|
outfit = /obj/outfit/admin/zenghu_survivor
|
|
possible_species = list(SPECIES_HUMAN, SPECIES_HUMAN_OFFWORLD, SPECIES_SKRELL, SPECIES_SKRELL_AXIORI, SPECIES_VAURCA_WORKER, SPECIES_VAURCA_WARRIOR, SPECIES_VAURCA_ATTENDANT, SPECIES_IPC, SPECIES_IPC_G1, SPECIES_IPC_G2, SPECIES_IPC_XION, SPECIES_IPC_ZENGHU, SPECIES_IPC_BISHOP)
|
|
allow_appearance_change = APPEARANCE_PLASTICSURGERY
|
|
|
|
assigned_role = "Zeng-Hu Survivor"
|
|
special_role = "Zeng-Hu Survivor"
|
|
respawn_flag = null
|
|
|
|
/obj/outfit/admin/zenghu_survivor
|
|
name = "Zeng-Hu Employee"
|
|
|
|
uniform = /obj/item/clothing/under/rank/scientist
|
|
shoes = /obj/item/clothing/shoes/sneakers/medsci/zeng
|
|
belt = /obj/item/storage/belt/utility/full
|
|
id = /obj/item/card/id/zeng_hu
|
|
r_hand = /obj/item/device/flashlight
|