Changeset - 9dc3f4ca3031
[Not reviewed]
snapshots
0 2 0
Silverwing - 5 years ago 2019-07-11 10:58:11

Fixes in venaedanotrr
2 files changed with 8 insertions and 1 deletions:
0 comments (0 inline, 0 general)
journey_venaedanotrr.lua
Show inline comments
 
@@ -1768,10 +1768,14 @@ ven_temple_qhall = room {
 
    obj = {
 
        'ven_qhall_altar'
 
    };
 
    entered = function(s)
 
        if s.state == 1 then
 
            make_snapshot();
 
        end
 
    end;
 
    way = {
 
        kh_vroom('В главный зал', 'ven_temple_hall_2');
 
        kh_vroom('Наверх', function(s)
 
            make_snapshot();
 
            return 'ven_temple_labyrinth_l1';
 
        end):disable();
 
    };
journey_venaedanotrr_labyrinth.lua
Show inline comments
 
@@ -711,6 +711,9 @@ ven_chest_look = room {
 
    nam = "ven_chest_look";
 
    underwater = true;
 
    disp = "Венаэданотр, храм";
 
    not_follow = true;
 
    nosave = true;
 
    noautosave = true;
 
    pic = function(s)
 
        local p = "images/ven_chest.png";
 
        for i = 1, #s.state do
0 comments (0 inline, 0 general)