language sprites

This commit is contained in:
Tupinambis
2020-09-30 19:20:44 -05:00
parent 905633148b
commit 9dd7064321
2 changed files with 2 additions and 0 deletions
+2
View File
@@ -8,6 +8,8 @@
key = "r"
flags = NO_STUTTER | LANGUAGE_HIDE_ICON_IF_NOT_UNDERSTOOD
icon_state = "spider"
/datum/language/spider/scramble(input)
. = prob(65) ? "<i>wiff</i>" : "<i>thump</i>"
. += (copytext(input, length(input)) == "?") ? "?" : "!"