Skip to content

Commit

Permalink
Allows a few more common languages to be picked. (#6990)
Browse files Browse the repository at this point in the history
Co-authored-by: MarsMond <no@email>
  • Loading branch information
MarsM0nd and MarsMond authored Feb 12, 2025
1 parent a896633 commit f138f5a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
/obj/item/implant/language/skrellian
name = "Skrellian language implant"
desc = "An implant allowing someone to speak the range of frequencies used in Skrellian, as well as produce any phonemes that they usually cannot. Only helps with hearing and producing sounds, not understanding them."
languages = list(LANGUAGE_SKRELLIAN)
languages = list(LANGUAGE_SKRELLIAN, LANGUAGE_SKRELLIANFAR)

/obj/item/implant/language/skrellian/get_data()
var/dat = {"
Expand Down
1 change: 0 additions & 1 deletion code/modules/language/languages/species/skrell.dm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
colour = "skrellfar"
key = "p"
space_chance = 30
language_flags = LANGUAGE_WHITELISTED
syllables = list("qr","qrr","xuq","qil","quum","xuqm","vol","xrim","zaoo","qu-uu","qix","qoo","zix", "...", "oo", "q", "nq", "x", "xq", "ll", "...", "...", "...") //should sound like there's holes in it
shorthand = "SKRLFR"

Expand Down
3 changes: 1 addition & 2 deletions code/modules/language/languages/species/tajaran.dm
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
exclaim_verb = "wails"
colour = "akhani"
key = "h"
language_flags = LANGUAGE_WHITELISTED
syllables = list("mrr","rr","marr","tar","ahk","ket","hal","kah","dra","nal","kra","vah","dar","hrar", "eh",
"ara","ka","zar","mah","ner","zir","mur","hai","raz","ni","ri","nar","njar","jir","ri","ahn","kha","sir",
"kar","yar","kzar","rha","hrar","err","fer","rir","rar","yarr","arr","ii'r","jar","kur","ran","rii","ii",
Expand All @@ -47,7 +46,7 @@
signlang_verb = list("gestures with their hands", "gestures with their ears and tail", "gestures with their ears, tail and hands")
colour = "tajaran"
key = "l"
language_flags = LANGUAGE_WHITELISTED | LANGUAGE_SIGNLANG | LANGUAGE_NO_STUTTER | LANGUAGE_NONVERBAL
language_flags = LANGUAGE_SIGNLANG | LANGUAGE_NO_STUTTER | LANGUAGE_NONVERBAL
shorthand = "TAJR"

/datum/prototype/language/tajsign/can_speak_special(var/mob/speaker) // TODO: If ever we make external organs assist languages, convert this over to the new format
Expand Down

0 comments on commit f138f5a

Please sign in to comment.