From f082bdc58cb893cedb27b7c4ba8c2a7f524b2efd Mon Sep 17 00:00:00 2001 From: WickedCybs <52309324+WickedCybs@users.noreply.github.com> Date: Wed, 22 Sep 2021 14:31:26 -0600 Subject: [PATCH] Expands Unmarked Visitor Species Selection (#12518) --- code/modules/ghostroles/spawner/human/visitor.dm | 2 +- html/changelogs/wickedcybs__visitor.yml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/wickedcybs__visitor.yml diff --git a/code/modules/ghostroles/spawner/human/visitor.dm b/code/modules/ghostroles/spawner/human/visitor.dm index babdd1ec4ab..f3c94f48961 100644 --- a/code/modules/ghostroles/spawner/human/visitor.dm +++ b/code/modules/ghostroles/spawner/human/visitor.dm @@ -13,7 +13,7 @@ //Vars related to human mobs outfit = /datum/outfit/admin/random/visitor - possible_species = list(SPECIES_HUMAN, SPECIES_SKRELL, SPECIES_TAJARA, SPECIES_UNATHI) + possible_species = list(SPECIES_HUMAN, SPECIES_HUMAN_OFFWORLD, SPECIES_TAJARA, SPECIES_TAJARA_MSAI, SPECIES_TAJARA_ZHAN, SPECIES_SKRELL, SPECIES_UNATHI, SPECIES_VAURCA_WARRIOR, SPECIES_VAURCA_WORKER, SPECIES_IPC, SPECIES_IPC_XION, SPECIES_IPC_ZENGHU, SPECIES_IPC_BISHOP, SPECIES_IPC_SHELL, SPECIES_IPC_G1, SPECIES_IPC_G2) allow_appearance_change = APPEARANCE_PLASTICSURGERY assigned_role = "Visitor" diff --git a/html/changelogs/wickedcybs__visitor.yml b/html/changelogs/wickedcybs__visitor.yml new file mode 100644 index 00000000000..ffb2dda7ec9 --- /dev/null +++ b/html/changelogs/wickedcybs__visitor.yml @@ -0,0 +1,6 @@ +author: WickedCybs + +delete-after: True + +changes: + - tweak: "The unmarked visitor role can now select from a wider variety of station species and IPCs." \ No newline at end of file