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