Files
Bubberstation/modular_zubbers/code/modules/emotes/synth_emotes.dm
Cursor 33aeffd25b Killing the Module Folder with a Chainsaw and taking it's skin for a mask. (#1624)
## About The Pull Request

Title. This WILL break shit. Probably. Help me sweet Jesus.

## Why It's Good For The Game

House of Leaves is less confusing than our file structure.

## Proof Of Testing


## Changelog

🆑
fix: MASSIVE File Structure clean-up.
/🆑

---------

Co-authored-by: Waterpig <49160555+Majkl-J@users.noreply.github.com>
2024-06-12 18:59:14 +02:00

32 lines
1.0 KiB
Plaintext

/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