mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 01:57:01 +00:00
16 lines
441 B
Plaintext
16 lines
441 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"
|
|
spans = list(SPAN_ROBOT, "drone")
|
|
key = "d"
|
|
flags = NO_STUTTER
|
|
syllables = list(".", "|")
|
|
// ...|..||.||||.|.||.|.|.|||.|||
|
|
space_chance = 0
|
|
sentence_chance = 0
|
|
default_priority = 20
|
|
|
|
icon_state = "drone" |