diff --git a/lse_confrontation.lua b/lse_confrontation.lua --- a/lse_confrontation.lua +++ b/lse_confrontation.lua @@ -937,11 +937,11 @@ lse_cmbt_guard = function(nam, index, x, handFar = "Слишком далеко. "; enemy = true; state = function(s) - if s.hp == 4 then + if s.hp == hp then return ""; - elseif s.hp == 3 then + elseif s.hp == s.hp - 1 then return "Он легко ранен. "; - elseif s.hp == 2 then + elseif s.hp >= 2 then return "Он ранен. "; else return "Он тяжело ранен. ";