Please Help to understand the question
I didn't understand if a player is hit by another ,what will be the changed condition of him? max(0,cur-1) or max(0,cur-2)?
Re: Please Help to understand the question
if "HIT IN BODY" then max(0, cur - 1)
if "HIT IN HEAD" then max(0, cur - 2)