Changeset - b18117337c89
[Not reviewed]
default
0 2 0
Silverwing - 3 years ago 2020-11-20 20:31:01

Fix logic issues with taking Wright aboard Leviathan
1 file changed with 9 insertions and 1 deletions:
0 comments (0 inline, 0 general)
wright.lua
Show inline comments
 
@@ -184,6 +184,10 @@ wright_dlg = dlg {
 
			set_music('music/atlantis.ogg');
 
			table.insert(pl.party, 'wright');
 
            move(char_wright, char_wright.home);
 
            dock_leviathan.submerged = false;
 
            dock_leviathan.open = true;
 
            dock_crane.state = 3;
 
            leviathan_entry:enable();
 
			walk('wright_leviathan_cutscene2');
 
		end};
 
		{always = true, "Я вернусь позже.", [[
 
@@ -194,6 +198,10 @@ wright_dlg = dlg {
 
			set_music('music/atlantis.ogg');
 
            table.insert(pl.party, 'wright');
 
            move(char_wright, char_wright.home);
 
            dock_leviathan.submerged = false;
 
            dock_leviathan.open = true;
 
            dock_crane.state = 3;
 
            leviathan_entry:enable();
 
            walk('wright_leviathan_cutscene2');
 
        end};
 
        {always = true, "Я вернусь позже.", [[Джек возвращается к своим делам: "До встречи".]], code [[ back(); ]]};
 
@@ -307,4 +315,4 @@ wright_house = room {
 
	way = {
 
		vroom("В дом", "wright_house_front_room"):disable();
 
	};
 
};
 
\ No newline at end of file
 
};
0 comments (0 inline, 0 general)