From 8d2f83373585eb4dae0d4a1489bad3cf718d4595 Mon Sep 17 00:00:00 2001 From: Hatterhat Date: Mon, 11 Nov 2019 19:14:12 -0600 Subject: [PATCH] stamina hands --- code/modules/clothing/gloves/miscellaneous.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/gloves/miscellaneous.dm b/code/modules/clothing/gloves/miscellaneous.dm index 07d2c16742..984dddf813 100644 --- a/code/modules/clothing/gloves/miscellaneous.dm +++ b/code/modules/clothing/gloves/miscellaneous.dm @@ -70,7 +70,7 @@ var/mob/living/M = loc M.changeNext_move(CLICK_CD_RAPID) - M.adjustStaminaLoss(-2) //Restore 2/3 of the stamina used assuming empty stam buffer. With proper stamina buffer management, this results in a net gain of +.5 stamina per click. + M.adjustStaminaLoss(-3.5) // used to be -2 with some comment about stamina buffer management but *shrug -hatterhat if(warcry) M.say("[warcry]", ignore_spam = TRUE, forced = "north star warcry")