makes gloves of the northstar restore 2/3 of the stamina used up by harm intent punches on empty stam buffers (#7770)
This commit is contained in:
@@ -69,6 +69,7 @@
|
|||||||
|
|
||||||
if(M.a_intent == INTENT_HARM)
|
if(M.a_intent == INTENT_HARM)
|
||||||
M.changeNext_move(CLICK_CD_RAPID)
|
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.
|
||||||
if(warcry)
|
if(warcry)
|
||||||
M.say("[warcry]", ignore_spam = TRUE, forced = "north star warcry")
|
M.say("[warcry]", ignore_spam = TRUE, forced = "north star warcry")
|
||||||
.= FALSE
|
.= FALSE
|
||||||
|
|||||||
Reference in New Issue
Block a user