Files
Bubberstation/code/modules/language/buzzwords.dm
EOBGames fb1b9127ce New racial languages (#48309)
* 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
2019-12-24 16:08:43 +01:00

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