mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-19 14:12:55 +00:00
## 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>
32 lines
1.0 KiB
Plaintext
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
|