Add emotes to ding and make microwave noises.

This commit is contained in:
ShadowLarkens
2024-11-25 07:33:59 -08:00
parent 263f3205aa
commit 34be5fef53
4 changed files with 24 additions and 0 deletions
@@ -9,6 +9,8 @@ var/list/_human_default_emotes = list(
/decl/emote/audible/synth/dwoop,
/decl/emote/audible/synth/boop,
/decl/emote/audible/synth/robochirp,
/decl/emote/audible/synth/ding,
/decl/emote/audible/synth/microwave,
/decl/emote/visible/nod,
/decl/emote/visible/shake,
/decl/emote/visible/shiver,
+2
View File
@@ -9,6 +9,8 @@ var/list/_silicon_default_emotes = list(
/decl/emote/audible/synth/dwoop,
/decl/emote/audible/synth/boop,
/decl/emote/audible/synth/robochirp,
/decl/emote/audible/synth/ding,
/decl/emote/audible/synth/microwave,
/decl/emote/audible/synth/security,
/decl/emote/audible/synth/security/halt
)
@@ -25,6 +25,8 @@ var/list/_robot_default_emotes = list(
/decl/emote/audible/synth/dwoop,
/decl/emote/audible/synth/boop,
/decl/emote/audible/synth/robochirp,
/decl/emote/audible/synth/ding,
/decl/emote/audible/synth/microwave,
/decl/emote/audible/synth/security,
/decl/emote/audible/synth/security/halt,
//VOREStation Add