Files
fulpstation/code/modules/language/ratvar.dm
2017-04-25 20:09:27 +01:00

16 lines
406 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, "brass")
icon = 'icons/obj/clockwork_objects.dmi'
icon_state = "wall_gear"
/datum/language/ratvar/scramble(var/input)
. = text2ratvar(input)