Ports sign language

This commit is contained in:
Anewbe
2016-11-11 15:43:03 -06:00
parent a9bb70c6ab
commit b8018065bc
3 changed files with 46 additions and 2 deletions

View File

@@ -215,9 +215,9 @@
return
if(say_understands(speaker, language))
message = "<B>[src]</B> [verb], \"[message]\""
message = "<B>[speaker]</B> [verb], \"[message]\""
else
message = "<B>[src]</B> [verb]."
message = "<B>[speaker]</B> [verb]."
if(src.status_flags & PASSEMOTES)
for(var/obj/item/weapon/holder/H in src.contents)

View File

@@ -113,3 +113,11 @@
"le", "me", "nd", "ne", "ng", "nt", "on", "or", "ou", "re", "se", "st", "te", "th", "ti", "to",
"ve", "wa", "all", "and", "are", "but", "ent", "era", "ere", "eve", "for", "had", "hat", "hen", "her", "hin",
"his", "ing", "ion", "ith", "not", "ome", "oul", "our", "sho", "ted", "ter", "tha", "the", "thi")
/datum/language/sign
name = "Sign Language"
desc = "A sign language commonly used for those who are deaf or mute."
signlang_verb = list("signs")
colour = "say_quote"
key = "s"
flags = SIGNLANG|NO_STUTTER|NO_TALK_MSG