mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
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:
@@ -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"}
|
||||
|
||||
Reference in New Issue
Block a user