mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-27 18:12:00 +00:00
11 lines
290 B
Plaintext
11 lines
290 B
Plaintext
/datum/language/buzzwords
|
|
name = "Buzzwords"
|
|
desc = "A common language to all insects, made by the rhythmic beating of wings."
|
|
key = "z"
|
|
space_chance = 0
|
|
syllables = list(
|
|
"bzz","zzz","z","bz","bzzz","zzzz", "bzzzz", "b", "zz", "zzzzz"
|
|
)
|
|
icon_state = "buzz"
|
|
default_priority = 90
|