diff --git a/code/modules/client/preference_setup/loadout/loadout_xeno/tajara.dm b/code/modules/client/preference_setup/loadout/loadout_xeno/tajara.dm index f269a76d0bc..200adb9015f 100644 --- a/code/modules/client/preference_setup/loadout/loadout_xeno/tajara.dm +++ b/code/modules/client/preference_setup/loadout/loadout_xeno/tajara.dm @@ -381,6 +381,7 @@ sort_category = "Xenowear - Tajara" whitelisted = list(SPECIES_TAJARA, SPECIES_TAJARA_ZHAN, SPECIES_TAJARA_MSAI) allowed_roles = list("Cargo Technician", "Shaft Miner", "Quartermaster", "Head of Personnel", "Station Engineer", "Atmospheric Technician", "Chief Engineer", "Engineering Apprentice") + origin_restriction = list(/decl/origin_item/origin/free_council) /datum/gear/tajaran_tarot display_name = "adhomian divination cards deck" diff --git a/html/changelogs/wickedcybs_council.yml b/html/changelogs/wickedcybs_council.yml new file mode 100644 index 00000000000..e47abc8a2cd --- /dev/null +++ b/html/changelogs/wickedcybs_council.yml @@ -0,0 +1,6 @@ +author: WickedCybs + +delete-after: True + +changes: + - tweak: "The Tajara Himean voidsuit kit will only spawn for those who pick the Free Council origin, now." \ No newline at end of file