Minor fixes for previous commit, implemented default species languages.

This commit is contained in:
Zuhayr
2014-10-07 09:51:48 +10:30
parent 96e57fc091
commit 2b3e3667d4
8 changed files with 41 additions and 22 deletions

View File

@@ -73,6 +73,13 @@
key = "q"
flags = RESTRICTED
/datum/language/common
name = "Galactic Common"
desc = "The common galactic tongue."
speech_verb = "says"
key = "0"
flags = RESTRICTED
/datum/language/human
name = "Sol Common"
desc = "A bastardized hybrid of informal English and elements of Mandarin Chinese; the common language of the Sol system."
@@ -95,6 +102,14 @@
colour = "rough"
key = "3"
/datum/language/xenocommon
name = "Xenomorph"
colour = "alien"
desc = "The common tongue of the xenomorphs."
speech_verb = "hisses"
key = "4"
flags = RESTRICTED
/datum/language/xenos
name = "Hivemind"
desc = "Xenomorphs have the strange ability to commune over a psychic hivemind."