Merge pull request #10347 from deathride58/stambufferbuff

[experimental] Buffs the stamina buffer by making it recharge for free.
This commit is contained in:
kevinz000
2020-01-16 14:51:38 -07:00
committed by GitHub
2 changed files with 1 additions and 2 deletions

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