mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-18 06:01:56 +00:00
@@ -13,6 +13,11 @@
|
|||||||
emote_message_3p = "pings."
|
emote_message_3p = "pings."
|
||||||
emote_sound = 'sound/machines/ping.ogg'
|
emote_sound = 'sound/machines/ping.ogg'
|
||||||
|
|
||||||
|
/decl/emote/audible/synth/bing
|
||||||
|
key = "bing"
|
||||||
|
emote_message_3p = "bings."
|
||||||
|
emote_sound = 'sound/machines/ping.ogg'
|
||||||
|
|
||||||
/decl/emote/audible/synth/buzz
|
/decl/emote/audible/synth/buzz
|
||||||
key = "buzz"
|
key = "buzz"
|
||||||
emote_message_3p = "buzzes."
|
emote_message_3p = "buzzes."
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
var/global/list/_silicon_default_emotes = list(
|
var/global/list/_silicon_default_emotes = list(
|
||||||
/decl/emote/audible/synth,
|
/decl/emote/audible/synth,
|
||||||
/decl/emote/audible/synth/ping,
|
/decl/emote/audible/synth/ping,
|
||||||
|
/decl/emote/audible/synth/bing,
|
||||||
/decl/emote/audible/synth/buzz,
|
/decl/emote/audible/synth/buzz,
|
||||||
/decl/emote/audible/synth/confirm,
|
/decl/emote/audible/synth/confirm,
|
||||||
/decl/emote/audible/synth/deny,
|
/decl/emote/audible/synth/deny,
|
||||||
|
|||||||
@@ -17,6 +17,7 @@ var/global/list/_robot_default_emotes = list(
|
|||||||
/decl/emote/visible/sidestep,
|
/decl/emote/visible/sidestep,
|
||||||
/decl/emote/audible/synth,
|
/decl/emote/audible/synth,
|
||||||
/decl/emote/audible/synth/ping,
|
/decl/emote/audible/synth/ping,
|
||||||
|
/decl/emote/audible/synth/bing,
|
||||||
/decl/emote/audible/synth/buzz,
|
/decl/emote/audible/synth/buzz,
|
||||||
/decl/emote/audible/synth/confirm,
|
/decl/emote/audible/synth/confirm,
|
||||||
/decl/emote/audible/synth/deny,
|
/decl/emote/audible/synth/deny,
|
||||||
|
|||||||
Reference in New Issue
Block a user