mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-26 16:16:54 +01:00
datumizes and standardizes all emotes because that file is in the fucking way of my saycode rewrite adds vocal cues
11 lines
266 B
Plaintext
11 lines
266 B
Plaintext
//* This file is explicitly licensed under the MIT license. *//
|
|
//* Copyright (c) 2025 Citadel Station Developers *//
|
|
|
|
/datum/soundbyte/clicker
|
|
name = "Clicker A"
|
|
id = "clicker-1"
|
|
is_sfx = TRUE
|
|
path = list(
|
|
'sound/soundbytes/effects/clicker.ogg',
|
|
)
|