From b54ca5ce5b6dfcf2acb22638e16be085c4d69e54 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Tue, 26 Dec 2023 03:51:55 +0100 Subject: [PATCH] [MIRROR] Reduces Yawn prop chances [MDB IGNORE] (#25863) * Reduces Yawn prop chances * Update emote.dm --------- Co-authored-by: Ryll Ryll <3589655+Ryll-Ryll@users.noreply.github.com> Co-authored-by: jjpark-kb <55967837+jjpark-kb@users.noreply.github.com> --- code/modules/mob/living/emote.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/mob/living/emote.dm b/code/modules/mob/living/emote.dm index 8c95f897817..9fea3be8a20 100644 --- a/code/modules/mob/living/emote.dm +++ b/code/modules/mob/living/emote.dm @@ -560,9 +560,9 @@ message = "smiles weakly." /// The base chance for your yawn to propagate to someone else if they're on the same tile as you -#define YAWN_PROPAGATE_CHANCE_BASE 0 // SKYRAT EDIT - Group yawn no more - ORIGINAL: #define YAWN_PROPAGATE_CHANCE_BASE 40 -/// The base chance for your yawn to propagate to someone else if they're on the same tile as you -#define YAWN_PROPAGATE_CHANCE_DECAY 8 +#define YAWN_PROPAGATE_CHANCE_BASE 20 +/// The amount the base chance to propagate yawns falls for each tile of distance +#define YAWN_PROPAGATE_CHANCE_DECAY 4 /datum/emote/living/yawn key = "yawn"