mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-07-19 04:09:32 +01:00
15 lines
380 B
Plaintext
15 lines
380 B
Plaintext
/datum/language/xenocommon
|
|
name = "Xenomorph"
|
|
desc = "The common tongue of the xenomorphs."
|
|
speech_verb = "hisses"
|
|
ask_verb = "hisses"
|
|
exclaim_verb = "hisses"
|
|
key = "4"
|
|
syllables = list("sss","sSs","SSS")
|
|
default_priority = 50
|
|
|
|
icon_state = "xeno"
|
|
//SKYRAT CHANGE - language restriction
|
|
restricted = TRUE //I think humanoid xenos should have a separate language...
|
|
//
|