Uncommented languages for experimental purposes.

This commit is contained in:
Zuhayr
2013-08-25 01:05:24 -07:00
parent 97b0272e80
commit b0d4b1967b

View File

@@ -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()