mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
Fixes Klaxan Vaurca Selection (#8020)
* fixes klaxan vaurca selection * Update code/modules/ghostroles/spawner/human/ert.dm Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it>
This commit is contained in:
committed by
Werner
co-authored by
Matt Atlas
parent
fd89ba677b
commit
eed2043200
@@ -201,7 +201,8 @@
|
||||
max_count = 1
|
||||
outfit = /datum/outfit/admin/ert/kataphract/klax
|
||||
mob_name_prefix = "Zosaa "
|
||||
req_species_whitelist = "Vaurca" // Kataphract K'lax would be more difficult
|
||||
uses_species_whitelist = TRUE
|
||||
req_species_whitelist = "Vaurca Warrior" // Kataphract K'lax would be more difficult
|
||||
possible_species = list("Vaurca Warrior")
|
||||
extra_languages = list(LANGUAGE_VAURCA)
|
||||
|
||||
@@ -219,4 +220,4 @@
|
||||
desc = "A brave Saa (Knight) of the local Kataphract Guild. Two together operate as leaders of the team."
|
||||
max_count = 2
|
||||
outfit = /datum/outfit/admin/ert/kataphract/leader
|
||||
mob_name_prefix = "Saa "
|
||||
mob_name_prefix = "Saa "
|
||||
|
||||
Reference in New Issue
Block a user