Files
siliconsandGitHub 21883078ce /datum/emote - emote refactor, adds vocal cues (#6725)
datumizes and standardizes all emotes because that file is in the
fucking way of my saycode rewrite
adds vocal cues
2025-11-14 23:54:43 +01:00

17 lines
589 B
Plaintext

//* This file is explicitly licensed under the MIT license. *//
//* Copyright (c) 2025 Citadel Station Developers *//
/datum/soundbyte/explosion
name = "Explosion A"
id = "explosion-1"
alias = SFX_ALIAS_EXPLOSION
is_sfx = TRUE
path = list(
'sound/soundbytes/effects/explosion/explosion1.ogg',
'sound/soundbytes/effects/explosion/explosion2.ogg',
'sound/soundbytes/effects/explosion/explosion3.ogg',
'sound/soundbytes/effects/explosion/explosion4.ogg',
'sound/soundbytes/effects/explosion/explosion5.ogg',
'sound/soundbytes/effects/explosion/explosion6.ogg',
)