Changeset - 6cc0f42feb03
[Not reviewed]
snapshots
0 1 0
Silverwing - 5 years ago 2019-07-06 19:21:02

Add snapshot in dypatreanotrr cave
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
atlantis_dyp.lua
Show inline comments
 
@@ -1913,6 +1913,7 @@ dyp_temple_cave_blue = room {
 
        "dyp_temple_statue_blue";
 
    };
 
    entered = function(s)
 
        make_snapshot();
 
        dyp_temple_blue_room.position = "02";
 
    end;
 
    way = {
 
@@ -1927,6 +1928,7 @@ dyp_temple_statue_blue = obj {
 
    used = function(s, o)
 
        if o == dyp_item_stone_blue then
 
            remove(dyp_item_stone_blue, me());
 
            make_snapshot();
 
            path("В дверь"):enable();
 
            return [[Вы помещаете камень в отверстие на поясе статуи и массивная металлическая дверь опускается под пол, открывая проход в большое помещение.]];
 
        end;
0 comments (0 inline, 0 general)