/datum/emote/living/human/scary key = "scary" message = "emits a disconcerting tone." vary = FALSE sound = 'modular_zubbers/code/modules/emotes/sound/synth_voice/synth_scary.ogg' allowed_species = list(/datum/species/synthetic) cooldown = 2 SECONDS /datum/emote/living/human/error key = "error" message = "experiences a system error." vary = FALSE sound = 'modular_zubbers/code/modules/emotes/sound/synth_voice/synth_error.ogg' allowed_species = list(/datum/species/synthetic) cooldown = 2 SECONDS /datum/emote/living/human/rstartup key = "startup" message = "chimes to life." vary = FALSE sound = 'modular_zubbers/code/modules/emotes/sound/synth_voice/synth_startup.ogg' allowed_species = list(/datum/species/synthetic) cooldown = 2 SECONDS /datum/emote/living/human/rshutdown key = "shutdown" message = "emits a nostalgic tone as they fall silent." vary = FALSE sound = 'modular_zubbers/code/modules/emotes/sound/synth_voice/synth_shutdown.ogg' allowed_species = list(/datum/species/synthetic) cooldown = 2 SECONDS