Changeset - 768a21caaf2a
[Not reviewed]
default
0 2 6
Silverwing - 8 years ago 2016-09-10 12:51:31

Added reqd files
8 files changed with 17 insertions and 1 deletions:
0 comments (0 inline, 0 general)
images/ven_chest.png
Show inline comments
 
binary diff not shown
Show images
images/ven_chest_0.png
Show inline comments
 
new file 100644
 
binary diff not shown
Show images
images/ven_chest_1.png
Show inline comments
 
new file 100644
 
binary diff not shown
Show images
images/ven_chest_2.png
Show inline comments
 
new file 100644
 
binary diff not shown
Show images
images/ven_chest_3.png
Show inline comments
 
new file 100644
 
binary diff not shown
Show images
images/ven_chest_4.png
Show inline comments
 
new file 100644
 
binary diff not shown
Show images
images/ven_chest_5.png
Show inline comments
 
new file 100644
 
binary diff not shown
Show images
journey_venaedanotrr.lua
Show inline comments
 
@@ -1297,12 +1297,20 @@ ven_chest = obj {
 
};
 

	
 
ven_chest_look = room {
 
    var {
 
        state = [0,0,0,0];
 
    };
 
    nam = "ven_chest_look";
 
    pic = function(s)
 
        var p = "";
 
    end;
 
    dsc = function(s)
 
        return [[
 
            На поверхности сундука вы видите обозначения из цветных полос - очевидно это какое-то сообщение.
 
        ]];
 
    emd;
 
    end;
 
    unlocked = function(s)
 
    end;
 
};
 

	
 
ven_skeleton = obj {
 
@@ -1315,6 +1323,14 @@ ven_skeleton = obj {
 
    ]];
 
};
 

	
 
item_ven_temple_key_1 = obj {
 
    nam = "item_ven_temple_key_1";
 
    disp = "Ключ из храма";
 
    dsc = [[
 
        Металлический ключик, найденный вами в храме Венаэданотра.
 
    ]];
 
}
 

	
 
item_ven_spear = obj {
 
    var {
 
        taken = false;
0 comments (0 inline, 0 general)