Skip to content

Commit

Permalink
Yawns no longer spread automatically (#24521) (#231)
Browse files Browse the repository at this point in the history
Co-authored-by: GoldenAlpharex <[email protected]>
  • Loading branch information
Steals-The-PRs and GoldenAlpharex authored Oct 23, 2023
1 parent 6bce03b commit 5af7907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/emote.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5af7907

Please sign in to comment.