From 3c7d5ab7ee7e077352e1db442e1f4fbfe27f96d3 Mon Sep 17 00:00:00 2001 From: Iajret Creature <122297233+Steals-The-PRs@users.noreply.github.com> Date: Mon, 19 Aug 2024 00:54:59 +0300 Subject: [PATCH] [MIRROR] Meowing faster, everything faster! | Reduces global emote CDs drastically. (#4941) * Meowing faster, everything faster! | Reduces global emote CDs drastically. (#4277) tenebre rosso sangue * [MIRROR] Meowing faster, everything faster! | Reduces global emote CDs drastically. * Resolve conflict --------- Co-authored-by: Hypertorus Fusion Reactor <109750345+dis-integrates-the-integration-tests@users.noreply.github.com> Co-authored-by: StealsThePRs Co-authored-by: Feenie <62373791+FeenieRU@users.noreply.github.com> --- modular_nova/modules/emotes/code/emotes.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_nova/modules/emotes/code/emotes.dm b/modular_nova/modules/emotes/code/emotes.dm index 9837dcc04fd..c1994830067 100644 --- a/modular_nova/modules/emotes/code/emotes.dm +++ b/modular_nova/modules/emotes/code/emotes.dm @@ -1,5 +1,5 @@ -#define EMOTE_DELAY (2 SECONDS) //To prevent spam emotes. // THE FLUFFY FRONTIER EDIT: 5 sec -> 2 sec +#define EMOTE_DELAY (2 SECONDS) //To prevent spam emotes. /mob var/nextsoundemote = 1 //Time at which the next emote can be played