diff --git a/code/modules/client/preference_setup/loadout/loadout_xeno.dm b/code/modules/client/preference_setup/loadout/loadout_xeno.dm index f9ebc5decc5..c5c90b44ec3 100644 --- a/code/modules/client/preference_setup/loadout/loadout_xeno.dm +++ b/code/modules/client/preference_setup/loadout/loadout_xeno.dm @@ -154,7 +154,7 @@ display_name = "toe-less jackboots" path = /obj/item/clothing/shoes/jackboots/unathi sort_category = "Xenowear" - whitelisted = list("Vaurca Worker", "Unathi", "Tajara", "Zhan-Khazan Tajara", "M'sai Tajara") + whitelisted = list("Vaurca Worker", "Vaurca Warrior", "Unathi", "Tajara", "Zhan-Khazan Tajara", "M'sai Tajara") /datum/gear/shoes/workboots_toeless display_name = "toeless workboots" diff --git a/code/modules/mob/living/autohiss.dm b/code/modules/mob/living/autohiss.dm index 059314825fc..64d1bc198f4 100644 --- a/code/modules/mob/living/autohiss.dm +++ b/code/modules/mob/living/autohiss.dm @@ -59,7 +59,8 @@ autohiss_exempt = list( LANGUAGE_SIIK_MAAS, LANGUAGE_SIIK_TAJR, - LANGUAGE_SIGN_TAJARA + LANGUAGE_SIGN_TAJARA, + LANGUAGE_YA_SSA ) /datum/species/bug diff --git a/html/changelogs/alberyk-bugfix25.yml b/html/changelogs/alberyk-bugfix25.yml new file mode 100644 index 00000000000..bcf10f0ac70 --- /dev/null +++ b/html/changelogs/alberyk-bugfix25.yml @@ -0,0 +1,6 @@ +author: Alberyk +delete-after: True +changes: + - bugfix: "Fix warrior vaurca being unable to spawn with toeless jackboots." + - bugfix: "Lowered the Nar'sie's summoning sound." + - bugfix: "Fixed autohiss applying while speaking Ya'ssa." diff --git a/sound/effects/narsie.ogg b/sound/effects/narsie.ogg index af14ea5861c..f52fc47362a 100644 Binary files a/sound/effects/narsie.ogg and b/sound/effects/narsie.ogg differ