mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-04 14:01:22 +00:00
* Sing a lovely song * minor changes, ~ to %, and removal of specific logging * 512 support don't trust byond * oops
18 lines
455 B
Plaintext
18 lines
455 B
Plaintext
/datum/language/drone
|
|
name = "Drone"
|
|
desc = "A heavily encoded damage control coordination stream, with special flags for hats."
|
|
speech_verb = "chitters"
|
|
ask_verb = "chitters inquisitively"
|
|
exclaim_verb = "chitters loudly"
|
|
sing_verb = "chimes"
|
|
spans = list(SPAN_ROBOT)
|
|
key = "d"
|
|
flags = NO_STUTTER
|
|
syllables = list(".", "|")
|
|
// ...|..||.||||.|.||.|.|.|||.|||
|
|
space_chance = 0
|
|
sentence_chance = 0
|
|
default_priority = 20
|
|
|
|
icon_state = "drone"
|