mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-02 21:11:57 +00:00
* Sing a lovely song * minor changes, ~ to %, and removal of specific logging * 512 support don't trust byond * oops
19 lines
606 B
Plaintext
19 lines
606 B
Plaintext
// One of these languages will actually work, I'm certain of it.
|
|
/datum/language/voltaic
|
|
name = "Voltaic"
|
|
desc = "A sparky language made by manipulating electrical discharge."
|
|
speech_verb = "crackles"
|
|
ask_verb = "pops"
|
|
exclaim_verb = "thunders"
|
|
sing_verb = "synthesizes"
|
|
key = "v"
|
|
space_chance = 20
|
|
syllables = list(
|
|
"bzzt", "skrrt", "zzp", "mmm", "hzz", "tk", "shz", "k", "z",
|
|
"bzt", "zzt", "skzt", "skzz", "hmmt", "zrrt", "hzzt", "hz",
|
|
"vzt", "zt", "vz", "zip", "tzp", "lzzt", "dzzt", "zdt", "kzt",
|
|
"zzzz", "mzz"
|
|
)
|
|
icon_state = "volt"
|
|
default_priority = 90
|