mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Merge pull request #11252 from VOREStation/Arokha/synthscare
Adds *scary for synths
This commit is contained in:
committed by
Chompstation Bot
parent
15fe33624a
commit
7acce9cc33
@@ -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."
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
BIN
sound/machines/synth_alert.ogg
Normal file
BIN
sound/machines/synth_alert.ogg
Normal file
Binary file not shown.
Reference in New Issue
Block a user