[experimental] Buffs the stamina buffer by making it recharge for free.

This commit is contained in:
deathride58
2019-12-29 20:18:52 -05:00
parent af36465413
commit 1b6359a175
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -516,7 +516,6 @@ GLOBAL_LIST_INIT(ballmer_windows_me_msg, list("Yo man, what if, we like, uh, put
if(bufferedstam && world.time > stambufferregentime)
var/drainrate = max((bufferedstam*(bufferedstam/(5)))*0.1,1)
bufferedstam = max(bufferedstam - drainrate, 0)
adjustStaminaLoss(drainrate*0.5)
//END OF CIT CHANGES
var/restingpwr = 1 + 4 * resting