mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-14 19:03:21 +00:00
* Racial Languages Adds a whole bunch of racial languages. * Travis you are a cruel mistress Snarky comments will be the death of me * Better names, better language distribution Decided to take some suggestions from the github and discord * 2001: A Space Indent Odyssey Fixed that stuff for you, green name man
14 lines
380 B
Plaintext
14 lines
380 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"
|
|
key = "z"
|
|
space_chance = 0
|
|
syllables = list(
|
|
"bzz","zzz","z","bz","bzzz","zzzz", "bzzzz", "b", "zz", "zzzzz"
|
|
)
|
|
icon_state = "buzz"
|
|
default_priority = 90
|