Changeset - 6521f892734b
[Not reviewed]
snapshots
0 1 0
Silverwing - 5 years ago 2019-07-10 22:20:59

Remove print calls
1 file changed with 0 insertions and 3 deletions:
0 comments (0 inline, 0 general)
atlantis_iraa.lua
Show inline comments
 
@@ -526,7 +526,6 @@ iraa_temple_north_3 = room {
 
        kh_vroom("Вдоль скалы на юг", "iraa_temple_north_2");
 
    };
 
    entered = function(s)
 
        print(stead.time());
 
        make_snapshot();
 
        lifeoff(iraa_temple_shark);
 
    end;
 
@@ -553,7 +552,6 @@ iraa_temple_shark = obj {
 
    life = function(s)
 
        s.wait = s.wait + 1;
 
        if (s.wait < 3) then
 
            print(s.cycle[s.position], here().index);
 
            if s.cycle[s.position] == here().index then
 
                walk("game_over_eaten_by_shark");
 
            end;
 
@@ -648,7 +646,6 @@ iraa_temple_ravine_1 = room {
 
        kh_vroom("На восток", "iraa_temple_ravine_2");
 
    };
 
    entered = function(s)
 
        print(stead.time());
 
        if iraa_temple_shark.alive then
 
            lifeon(iraa_temple_shark);
 
        end;
0 comments (0 inline, 0 general)