15 lines
352 B
Plaintext
15 lines
352 B
Plaintext
/datum/language/ratvar
|
|
name = "Ratvarian"
|
|
desc = "A timeless language full of power and incomprehensible to the unenlightened."
|
|
speech_verb = "clinks"
|
|
ask_verb = "clunks"
|
|
exclaim_verb = "clanks"
|
|
key = "r"
|
|
default_priority = 10
|
|
spans = list(SPAN_ROBOT)
|
|
|
|
icon_state = "ratvar"
|
|
|
|
/datum/language/ratvar/scramble(var/input)
|
|
. = text2ratvar(input)
|