Changeset - 7a755dbd58e3
[Not reviewed]
default
0 1 0
Silverwing - 5 years ago 2019-01-04 11:39:58

chapter 2: catacombs fix
1 file changed with 1 insertions and 2 deletions:
0 comments (0 inline, 0 general)
journey_nleyyslanotrr.lua
Show inline comments
 
@@ -794,15 +794,14 @@ nley_cat_room_6 = room {
 
    };
 
    obj = {
 
        'nley_item_grate_key'
 
    }
 
}
 

	
 
nley_item_grate_key = room {
 
nley_item_grate_key = obj {
 
    nam = 'nley_item_grate_key';
 
    underwater = true;
 
    disp = 'Ключ';
 
    inv = [[Ключик, найденный вами в катакомбах Нлейисланотра. ]];
 
    dsc = [[В углу вы замечаете небольшой {предмет}, покрытый илом. ]];
 
    tak = [[Это небольшой ключик. Вы забираете его себе. ]];
 
}
 

	
0 comments (0 inline, 0 general)