mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
9 lines
165 B
Plaintext
9 lines
165 B
Plaintext
/datum/emote
|
|
/// Emote volume
|
|
var/sound_volume = 25
|
|
/// What species can use this emote?
|
|
var/list/allowed_species
|
|
|
|
/datum/emote/proc/check_config()
|
|
return TRUE
|