mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-16 13:12:22 +00:00
Rootspeak isn't a RESTRICTED language
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
colour = "soghun"
|
colour = "soghun"
|
||||||
key = "q"
|
key = "q"
|
||||||
machine_understands = 0
|
machine_understands = 0
|
||||||
flags = RESTRICTED
|
flags = WHITELISTED // RESTRICTED would make this completely unavailable from character select
|
||||||
syllables = list("hs","zt","kr","st","sh")
|
syllables = list("hs","zt","kr","st","sh")
|
||||||
|
|
||||||
/datum/language/diona_local/get_random_name()
|
/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."
|
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"
|
key = "w"
|
||||||
machine_understands = 0
|
machine_understands = 0
|
||||||
flags = RESTRICTED | HIVEMIND
|
flags = WHITELISTED | HIVEMIND // RESTRICTED would make this completely unavailable from character select
|
||||||
|
|
||||||
/datum/language/unathi
|
/datum/language/unathi
|
||||||
name = LANGUAGE_UNATHI
|
name = LANGUAGE_UNATHI
|
||||||
|
|||||||
Reference in New Issue
Block a user