Changeset - f9a4d0ae1256
[Not reviewed]
default
0 1 0
Silverwing - 6 years ago 2017-12-12 19:51:00

fix
1 file changed with 9 insertions and 0 deletions:
0 comments (0 inline, 0 general)
atlantis_dyp.lua
Show inline comments
 
@@ -1290,6 +1290,14 @@ dyp_crab_cave = labyrinth {
 
        };
 
        ["50"] = {
 
            e3 = "40";
 
            enter = function(s)
 
                if (not exist(dyp_scepter_chest, s)) then
 
                    move(dyp_scepter_chest, s);
 
                end;
 
            end;
 
            exit = function(s)
 
                remove(dyp_scepter_chest, s);
 
            end;
 
        };
 
        ["51"] = {
 
            e4 = "42";
 
@@ -2027,6 +2035,7 @@ dyp_crab_cave_puzzle = room {
 
            end;
 
        end;
 
        p("С легким скрежетом сундук открывается. Внутри вы обнаруживаете небольшой жезл с нанесенными цветными символами. Цвета определенно соответствуют навьярским словам, но что значат символы вам неведомо. ");
 
        dyp_scepter_chest.state = 1;
 
        put(dyp_item_wand, pl);
 
        walk(dyp_crab_cave);
 
    end;
0 comments (0 inline, 0 general)