Changeset - f39d91a7b5a2
[Not reviewed]
default
0 2 0
Silverwing - 5 years ago 2019-03-08 12:23:48

fix leviathan handwheel dialogs
2 files changed with 4 insertions and 2 deletions:
0 comments (0 inline, 0 general)
atlantis_iyhehevjiarr.lua
Show inline comments
 
@@ -557,7 +557,9 @@ iyh_ravine_entry_foot = room {
 
    no_exit = [[
 
        Нет смысла покидать Левиафан здесь. 
 
    ]];
 
 
    view = [[Левиафан находится у входа в ущелье. Вдалеке по левому борту, на юго-западе, вы видите вход в навьярский храм. ]];
 
    handwheel_room = 'iyh_ravine_entry';
 
};
 
 
--[[
leviathan.lua
Show inline comments
 
@@ -927,7 +927,7 @@ leviathan_dlg = dlg {
 
		if (dypatreanotrr_night_found and where(submarine_leviathan) ~= dyp_night_south) then
 
			leviathan_dlg:pon("dypatreanotrr_night");
 
		end;
 
        if (iraaphaanotrr_temple_found and where(submarine_leviathan) ~= ctt_iraa_near_temple) 		then
 
        if iraaphaanotrr_temple_found and where(submarine_leviathan) ~= iraa_temple_entrance and where(submarine_leviathan) ~= iyh_ravine_entry_foot then
 
			leviathan_dlg:pon("iraaphaanotrr_temple");
 
		end;
 
		if (dypatreanotrr_temple_found and where(submarine_leviathan) ~= dyp_temple_entrance) then
 
@@ -972,7 +972,7 @@ leviathan_dlg = dlg {
 
			end;
 
			move(submarine_leviathan:enable(), "iyh_far_from_entrance_foot");
 
			leviathan_dlg:update_options();
 
			walk(ancient_temple_intro);
 
			walk('iyh_far_from_entrance');
 
		end},
 
		{tag="iraaphaanotrr", always = "true", "Ираафаанотр", function()
 
			if raybox_task then
0 comments (0 inline, 0 general)