Changeset - 990a845dda49
[Not reviewed]
default
0 2 0
Silverwing - 7 years ago 2017-04-30 14:49:32

504
2 files changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
leviathan.lua
Show inline comments
 
@@ -288,12 +288,13 @@ leviathan_cabin_5 = darkroom {
 
		kh_vroom("В коридор", "leviathan_corridor", 1);
 
	};
 
    obj = {
 
        'lev_cab_table';
 
        'lev_cab_beds';
 
        'lev_cab_view';
 
        'item_ducttape';
 
    };
 
};
 
 
lev_cab_table = obj {
 
    nam = "lev_cab_table";
 
    dsc = [[У стены рядом с иллюминатором расположен небольшой {столик}. ]];
warehouse32.lua
Show inline comments
 
@@ -252,13 +252,12 @@ w32_mgr_table = obj {
 
				return "Вы запираете ящик. ";
 
			end;
 
		end;
 
	end;
 
	obj = {
 
		w32_journal:disable();
 
		item_ducttape;
 
	};
 
};
 
 
w32_mgr_bookcase = obj {
 
	seen_level = 1;
 
	nam = 'w32_mgr_bookcase';
0 comments (0 inline, 0 general)