Skip to content

Commit f138f5a

Browse files
MarsM0ndMarsMond
andauthored
Allows a few more common languages to be picked. (#6990)
Co-authored-by: MarsMond <no@email>
1 parent a896633 commit f138f5a

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

code/game/objects/items/weapons/implants/implantlanguage.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
/obj/item/implant/language/skrellian
6262
name = "Skrellian language implant"
6363
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."
64-
languages = list(LANGUAGE_SKRELLIAN)
64+
languages = list(LANGUAGE_SKRELLIAN, LANGUAGE_SKRELLIANFAR)
6565

6666
/obj/item/implant/language/skrellian/get_data()
6767
var/dat = {"

code/modules/language/languages/species/skrell.dm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
colour = "skrellfar"
2727
key = "p"
2828
space_chance = 30
29-
language_flags = LANGUAGE_WHITELISTED
3029
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
3130
shorthand = "SKRLFR"
3231

code/modules/language/languages/species/tajaran.dm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
exclaim_verb = "wails"
3333
colour = "akhani"
3434
key = "h"
35-
language_flags = LANGUAGE_WHITELISTED
3635
syllables = list("mrr","rr","marr","tar","ahk","ket","hal","kah","dra","nal","kra","vah","dar","hrar", "eh",
3736
"ara","ka","zar","mah","ner","zir","mur","hai","raz","ni","ri","nar","njar","jir","ri","ahn","kha","sir",
3837
"kar","yar","kzar","rha","hrar","err","fer","rir","rar","yarr","arr","ii'r","jar","kur","ran","rii","ii",
@@ -47,7 +46,7 @@
4746
signlang_verb = list("gestures with their hands", "gestures with their ears and tail", "gestures with their ears, tail and hands")
4847
colour = "tajaran"
4948
key = "l"
50-
language_flags = LANGUAGE_WHITELISTED | LANGUAGE_SIGNLANG | LANGUAGE_NO_STUTTER | LANGUAGE_NONVERBAL
49+
language_flags = LANGUAGE_SIGNLANG | LANGUAGE_NO_STUTTER | LANGUAGE_NONVERBAL
5150
shorthand = "TAJR"
5251

5352
/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

0 commit comments

Comments
 (0)