Removes Ashtongue; Ashwalkers speak Draconic Again (#4710)

## About The Pull Request

Removes Ashtongue, the language. Ashwalkers speak Draconic again, as TG
design has it.
## Why It's Good For The Game

I beleive TG's design is better than the Skyrat one we inherited. 

## Proof Of Testing
<details>
<summary>Screenshots/Videos</summary>

</details>

## Changelog
🆑
del: removed ashtongue
/🆑

---------

Co-authored-by: LT3 <83487515+lessthnthree@users.noreply.github.com>
This commit is contained in:
nevimer
2025-09-21 13:23:47 -07:00
committed by GitHub
co-authored by LT3
parent 798a2dde35
commit 71b4dbf7ad
9 changed files with 8 additions and 69 deletions
@@ -189,7 +189,7 @@
say_mod = "hisses"
taste_sensitivity = 10 // combined nose + tongue, extra sensitive
modifies_speech = TRUE
languages_native = list(/datum/language/draconic, /datum/language/ashtongue) //SKYRAT EDIT: Ashtongue for Ashwalkers
languages_native = list(/datum/language/draconic)
liked_foodtypes = GORE | MEAT | SEAFOOD | NUTS | BUGS
disliked_foodtypes = GRAIN | DAIRY | CLOTH | GROSS
voice_filter = @{"[0:a] asplit [out0][out2]; [out0] asetrate=%SAMPLE_RATE%*0.9,aresample=%SAMPLE_RATE%,atempo=1/0.9,aformat=channel_layouts=mono,volume=0.2 [p0]; [out2] asetrate=%SAMPLE_RATE%*1.1,aresample=%SAMPLE_RATE%,atempo=1/1.1,aformat=channel_layouts=mono,volume=0.2[p2]; [p0][0][p2] amix=inputs=3"}