mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-22 03:36:58 +01:00
datumizes and standardizes all emotes because that file is in the fucking way of my saycode rewrite adds vocal cues
17 lines
589 B
Plaintext
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',
|
|
)
|