Changeset - 912aaea491b0
[Not reviewed]
default
0 1 0
Silverwing - 6 years ago 2018-12-14 18:50:06

Do not display popup "Air tanks full" when not on leviathan
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
leviathan.lua
Show inline comments
 
@@ -663,9 +663,11 @@ leviathan_airpump_timer = function()
 
            submarine_leviathan.air_level = 432000;
 
            timer:stop();
 
            lifeoff(leviathan_airpump_control);
 
            if here().leviathan then
 
            p("Кислородные баллоны заполнены. ");
 
        end;
 
    end;
 
    end;
 
    
 
end;
 
0 comments (0 inline, 0 general)