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 51204244647..6676d615f7a 100644 --- a/code/modules/client/preference_setup/loadout/loadout_xeno/tajara.dm +++ b/code/modules/client/preference_setup/loadout/loadout_xeno/tajara.dm @@ -44,6 +44,7 @@ path = /obj/item/clothing/accessory/poncho/tajarancloak whitelisted = list(SPECIES_TAJARA, SPECIES_TAJARA_ZHAN, SPECIES_TAJARA_MSAI) sort_category = "Xenowear - Tajara" + cost = 1 /datum/gear/suit/tajara_cloak/New() ..() diff --git a/html/changelogs/alberyk-cloaktweak.yml b/html/changelogs/alberyk-cloaktweak.yml new file mode 100644 index 00000000000..d99649b6aba --- /dev/null +++ b/html/changelogs/alberyk-cloaktweak.yml @@ -0,0 +1,6 @@ +author: Alberyk + +delete-after: True + +changes: + - rscadd: "Lowered the Tajaran cloak loadout selection price to 1."