File diff f90049c3d932 → a238516ea79c
lse_confrontation.lua
Show inline comments
 
@@ -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 "Он тяжело ранен. ";