mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-21 03:56:47 +01:00
Merge pull request #11657 from VOREStation/upstream-merge-8315
[MIRROR] Rootspeak isn't a RESTRICTED language
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
colour = "soghun"
|
||||
key = "q"
|
||||
machine_understands = 0
|
||||
flags = RESTRICTED
|
||||
flags = WHITELISTED // RESTRICTED would make this completely unavailable from character select
|
||||
syllables = list("hs","zt","kr","st","sh")
|
||||
|
||||
/datum/language/diona_local/get_random_name()
|
||||
@@ -20,7 +20,7 @@
|
||||
desc = "A complex language known instinctively by Dionaea, 'spoken' by emitting modulated radio waves. This version uses low frequency waves for slow communication at long ranges."
|
||||
key = "w"
|
||||
machine_understands = 0
|
||||
flags = RESTRICTED | HIVEMIND
|
||||
flags = WHITELISTED | HIVEMIND // RESTRICTED would make this completely unavailable from character select
|
||||
|
||||
/datum/language/unathi
|
||||
name = LANGUAGE_UNATHI
|
||||
|
||||
Reference in New Issue
Block a user