Changeset - 9d98a01109e4
[Not reviewed]
default
0 1 0
Silverwing - 5 years ago 2019-06-30 13:31:24

Small text change
1 file changed with 4 insertions and 4 deletions:
0 comments (0 inline, 0 general)
journey_temple.lua
Show inline comments
 
@@ -1119,12 +1119,12 @@ dt_fight = room {
 
        end;
 
        for i = 1, #s.tentacles do 
 
            if (s.tentacles[i].hp > 0 and s.tentacles[i].dir == fr and s.tentacles[i].away == 0) then
 
                pr(s:eval_tentacle(s.tentacles[i]) .. [[ находится спереди и справа от субмарины. ]]);
 
                pr(s:eval_tentacle(s.tentacles[i]) .. [[ находится справа-спереди от субмарины. ]]);
 
            end;
 
        end;
 
        for i = 1, #s.tentacles do 
 
            if (s.tentacles[i].hp > 0 and s.tentacles[i].dir == fl and s.tentacles[i].away == 0) then
 
                pr(s:eval_tentacle(s.tentacles[i]) .. [[ находится спереди и слева от субмарины. ]]);
 
                pr(s:eval_tentacle(s.tentacles[i]) .. [[ находится слева-спереди от субмарины. ]]);
 
            end;
 
        end;
 
        for i = 1, #s.tentacles do 
 
@@ -1144,12 +1144,12 @@ dt_fight = room {
 
        end;
 
        for i = 1, #s.tentacles do 
 
            if (s.tentacles[i].hp > 0 and s.tentacles[i].dir == bl and s.tentacles[i].away == 0) then
 
                pr(s:eval_tentacle(s.tentacles[i]) .. [[ находится сзади и слева. ]]);
 
                pr(s:eval_tentacle(s.tentacles[i]) .. [[ находится слева-сзади. ]]);
 
            end;
 
        end;
 
        for i = 1, #s.tentacles do 
 
            if (s.tentacles[i].hp > 0 and s.tentacles[i].dir == br and s.tentacles[i].away == 0) then
 
                pr(s:eval_tentacle(s.tentacles[i]) .. [[ находится сзади и справа. ]]);
 
                pr(s:eval_tentacle(s.tentacles[i]) .. [[ находится справа-сзади. ]]);
 
            end;
 
        end;
 
    end;
0 comments (0 inline, 0 general)