From b83bae7a71d24864aec8c3cee9a4c3b22bde82e5 Mon Sep 17 00:00:00 2001 From: WickedCybs <52309324+WickedCybs@users.noreply.github.com> Date: Wed, 22 Sep 2021 21:08:55 -0600 Subject: [PATCH] Expands Burglar Ghost Role Species Selection (#12519) --- code/modules/ghostroles/spawner/human/emergencypod.dm | 2 +- html/changelogs/wickedcybs_burglar.yml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/wickedcybs_burglar.yml diff --git a/code/modules/ghostroles/spawner/human/emergencypod.dm b/code/modules/ghostroles/spawner/human/emergencypod.dm index 8edb4627125..69e81c511c7 100644 --- a/code/modules/ghostroles/spawner/human/emergencypod.dm +++ b/code/modules/ghostroles/spawner/human/emergencypod.dm @@ -10,7 +10,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_SKRELL,SPECIES_TAJARA,SPECIES_TAJARA_MSAI,SPECIES_TAJARA_ZHAN,SPECIES_UNATHI,SPECIES_VAURCA_WARRIOR,SPECIES_VAURCA_WORKER) allow_appearance_change = APPEARANCE_PLASTICSURGERY assigned_role = "Pod Survivor" diff --git a/html/changelogs/wickedcybs_burglar.yml b/html/changelogs/wickedcybs_burglar.yml new file mode 100644 index 00000000000..e92dd9b0090 --- /dev/null +++ b/html/changelogs/wickedcybs_burglar.yml @@ -0,0 +1,6 @@ +author: WickedCybs + +delete-after: True + +changes: + - tweak: "The burglar pod ghost role can select Offworlders, the Taj subspecies and Vaurca now." \ No newline at end of file