Changeset - 4bc8966d93bc
[Not reviewed]
default
0 3 0
Silverwing - 8 years ago 2016-09-17 11:35:09

Minor fixes
3 files changed with 9 insertions and 3 deletions:
0 comments (0 inline, 0 general)
atlantis_iyhehevjiarr.lua
Show inline comments
 
@@ -85,13 +85,13 @@ iyh_far_from_entrance = dlg {
 
	var {
 
		visited = false;
 
	};
 
	no_exit = [[
 
		Нет смысла покидать Левиафан здесь. 
 
	]];
 
	nam = "Штурвал Левиафана";
 
	nam = "Левиафан, рубка";
 
	hideinv = true;
 
	entered = function(s)
 
		atl_iyh_state = 7;
 
		if (not s.visited) then
 
			return [[
 
				Вы прибываете на место.
journey_zayslanotrr.lua
Show inline comments
 
za_gate_foot = room {
 
    nam = "Левиафан, рубка";
 
    dsc = [[
 
        Как только Левиафан приближается к города
 
    ]];
 
};
 
\ No newline at end of file
leviathan.lua
Show inline comments
 
@@ -445,13 +445,13 @@ leviathan_airregen = obj {
 
	]];
 
	seen_level = 1;
 
};
 
 
leviathan_wheelhouse = darkroom {
 
	nam = "leviathan_wheelhouse";
 
	disp = "Левиафан, Рубка";
 
	disp = "Левиафан, рубка";
 
	leviathan = true;
 
	dsc_lit = function(s)
 
		local view = "";
 
		if (type(where(submarine_leviathan).view) == "function") then
 
			view = where(submarine_leviathan):view();
 
		else
 
@@ -730,13 +730,13 @@ leviathan_wiring = {
 
	leviathan_lower_wiring;
 
	leviathan_life_wiring;
 
};
 
 
leviathan_dlg = dlg {
 
	nam = "leviathan_dlg";
 
	disp = "Штурвал Левиафана";
 
	disp = "Левиафан, рубка";
 
	dsc = function()
 
		local view = "";
 
		if (type(where(submarine_leviathan).view) == "function") then
 
			view = where(submarine_leviathan):view();
 
		else
 
			view = where(submarine_leviathan).view;
0 comments (0 inline, 0 general)