Merge pull request #11252 from VOREStation/Arokha/synthscare

Adds *scary for synths
This commit is contained in:
Aronai Sieyes
2021-07-26 09:31:09 -04:00
committed by GitHub
5 changed files with 8 additions and 0 deletions
@@ -5,6 +5,7 @@ var/list/_human_default_emotes = list(
/decl/emote/audible/synth/buzz,
/decl/emote/audible/synth/confirm,
/decl/emote/audible/synth/deny,
/decl/emote/audible/synth/scary,
/decl/emote/visible/nod,
/decl/emote/visible/shake,
/decl/emote/visible/shiver,
+1
View File
@@ -4,6 +4,7 @@ var/list/_silicon_default_emotes = list(
/decl/emote/audible/synth/buzz,
/decl/emote/audible/synth/confirm,
/decl/emote/audible/synth/deny,
/decl/emote/audible/synth/scary,
/decl/emote/audible/synth/dwoop,
/decl/emote/audible/synth/security,
/decl/emote/audible/synth/security/halt
@@ -20,6 +20,7 @@ var/list/_robot_default_emotes = list(
/decl/emote/audible/synth/buzz,
/decl/emote/audible/synth/confirm,
/decl/emote/audible/synth/deny,
/decl/emote/audible/synth/scary,
/decl/emote/audible/synth/dwoop,
/decl/emote/audible/synth/security,
/decl/emote/audible/synth/security/halt,