diff --git a/code/modules/mob/living/emote.dm b/code/modules/mob/living/emote.dm index dbb602aa2be..38a1aba1020 100644 --- a/code/modules/mob/living/emote.dm +++ b/code/modules/mob/living/emote.dm @@ -551,7 +551,7 @@ 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 40 +#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