Changeset - 42df7bbcc286
[Not reviewed]
default
0 1 0
Silverwing - 5 years ago 2019-01-04 12:08:24

chapter 2: missing door
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
journey_nleyyslanotrr.lua
Show inline comments
 
@@ -1252,12 +1252,15 @@ nley_catacombs_17 = room {
 
                pr [[Решетка преграждает вам путь. ]];
 
                return false;
 
            else
 
                return 'nley_catacombs_18';
 
            end;
 
        end);
 
    };
 
    obj = {
 
        'nley_cat_17_grate'
 
    }
 
}
 

	
 
nley_cat_17_grate = obj {
 
    nam = 'nley_cat_17_grate';
 
    dsc = [[Прочная коралловая {решетка} преграждает путь. ]];
0 comments (0 inline, 0 general)