![Information Information](images/icons/information.png)
PULL REQUEST DETAILS
[CONTROVERSIAL] [INPUT]
About the PR
Changes the fart cooldown from the default emote cooldown of one second to 3 seconds. Multiplies the fart gas quantities by approximately 3 to match.
Also, internally code wise, replace the time units in the `emote_check()` proc with proper time defines, e.g. `50` => `5 SECONDS` as well as using defines on the oxygen/plasma farts.
Why's this needed?
Prevents spam of one of the more 'powerful' emotes, bringing it in line with things like flipping, which itself has 5 second cooldown. Makes each individual fart count more. Makes engineering using farts less spammy. Reduces noise spam.
Changelog
PULL REQUEST DETAILS
[CONTROVERSIAL] [INPUT]
About the PR
Changes the fart cooldown from the default emote cooldown of one second to 3 seconds. Multiplies the fart gas quantities by approximately 3 to match.
Also, internally code wise, replace the time units in the `emote_check()` proc with proper time defines, e.g. `50` => `5 SECONDS` as well as using defines on the oxygen/plasma farts.
Why's this needed?
Prevents spam of one of the more 'powerful' emotes, bringing it in line with things like flipping, which itself has 5 second cooldown. Makes each individual fart count more. Makes engineering using farts less spammy. Reduces noise spam.
Changelog
Code:
changelog
(u)Tyrant
(*)Farts now have a 3 second cooldown instead of 1 second. Fart volume is now 3 times more to make up for it.
PULL REQUEST DETAILS