mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-01 12:31:32 +00:00
* Sing a lovely song * minor changes, ~ to %, and removal of specific logging * 512 support don't trust byond * oops
15 lines
401 B
Plaintext
15 lines
401 B
Plaintext
/datum/language/buzzwords
|
|
name = "Buzzwords"
|
|
desc = "A common language to all insects, made by the rhythmic beating of wings."
|
|
speech_verb = "buzzes"
|
|
ask_verb = "buzzes"
|
|
exclaim_verb = "loudly buzzes"
|
|
sing_verb = "hums"
|
|
key = "z"
|
|
space_chance = 0
|
|
syllables = list(
|
|
"bzz","zzz","z","bz","bzzz","zzzz", "bzzzz", "b", "zz", "zzzzz"
|
|
)
|
|
icon_state = "buzz"
|
|
default_priority = 90
|