[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>
This commit is contained in:
SkyratBot
2023-12-25 21:51:55 -05:00
committed by GitHub
co-authored by Ryll Ryll jjpark-kb
parent 6c011fa79a
commit b54ca5ce5b
+3 -3
View File
@@ -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"