mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
[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:
co-authored by
Ryll Ryll
jjpark-kb
parent
6c011fa79a
commit
b54ca5ce5b
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user