mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 18:11:47 +00:00
16 lines
406 B
Plaintext
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)
|