mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Uncommented languages for experimental purposes.
This commit is contained in:
@@ -51,7 +51,6 @@
|
|||||||
key = "q"
|
key = "q"
|
||||||
flags = RESTRICTED
|
flags = RESTRICTED
|
||||||
|
|
||||||
/*
|
|
||||||
/datum/language/human
|
/datum/language/human
|
||||||
name = "Sol Common"
|
name = "Sol Common"
|
||||||
desc = "A bastardized hybrid of informal English and elements of Mandarin Chinese; the common language of the Sol system."
|
desc = "A bastardized hybrid of informal English and elements of Mandarin Chinese; the common language of the Sol system."
|
||||||
@@ -69,8 +68,7 @@
|
|||||||
name = "Gutter"
|
name = "Gutter"
|
||||||
desc = "Much like Standard, this crude pidgin tongue descended from numerous languages and serves as Tradeband for criminal elements."
|
desc = "Much like Standard, this crude pidgin tongue descended from numerous languages and serves as Tradeband for criminal elements."
|
||||||
speech_verb = "growls"
|
speech_verb = "growls"
|
||||||
key = "gut"
|
key = "g"
|
||||||
*/
|
|
||||||
|
|
||||||
// Language handling.
|
// Language handling.
|
||||||
/mob/proc/add_language(var/language)
|
/mob/proc/add_language(var/language)
|
||||||
@@ -94,4 +92,6 @@
|
|||||||
languages -= L
|
languages -= L
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
return 0
|
return 0
|
||||||
|
|
||||||
|
/mob/verb/check_languages()
|
||||||
Reference in New Issue
Block a user