mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 01:34:01 +00:00
* Grep for space indentation * aa * Update species.dm * Update species.dm * Update maps.dm * Update examine.dm Co-authored-by: TiviPlus <57223640+TiviPlus@users.noreply.github.com> Co-authored-by: Azarak <azarak10@gmail.com>
15 lines
480 B
Plaintext
15 lines
480 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."
|
|
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
|