Files
Bubberstation/code/modules/language/drone.dm
2020-06-03 15:58:53 +08:00

14 lines
336 B
Plaintext

/datum/language/drone
name = "Drone"
desc = "A heavily encoded damage control coordination stream, with special flags for hats."
spans = list(SPAN_ROBOT)
key = "d"
flags = NO_STUTTER
syllables = list(".", "|")
// ...|..||.||||.|.||.|.|.|||.|||
space_chance = 0
sentence_chance = 0
default_priority = 20
icon_state = "drone"