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 Chompstation Bot
parent 15fe33624a
commit 7acce9cc33
5 changed files with 8 additions and 0 deletions

View File

@@ -28,6 +28,11 @@
emote_message_3p = "emits a negative blip."
emote_sound = 'sound/machines/synth_no.ogg'
/decl/emote/audible/synth/scary
key = "scary"
emote_message_3p = "emits a disconcerting tone."
emote_sound = 'sound/machines/synth_alert.ogg'
/decl/emote/audible/synth/security
key = "law"
emote_message_3p = "shows USER_THEIR legal authorization barcode."

View File

@@ -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,

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

View File

@@ -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,

Binary file not shown.