Changeset - 43553ab108b7
[Not reviewed]
default
0 1 0
Silverwing - 5 years ago 2018-12-22 17:39:29

Prologue: It is not necessary to find atlantis to ask Jack to join crew
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
wright.lua
Show inline comments
 
@@ -51,13 +51,13 @@ wright_dlg = dlg {
 
	disp = "Джек Райт";
 
	entered = function(s)
 
        if (submarine_leviathan.power_on and submarine_leviathan.airpump and submarine_leviathan.battery and submarine_leviathan.air_level < 432000) then
 
            submarine_leviathan.air_level = 432000;
 
            lifeoff(s);
 
        end;   
 
		if (atlantis_found and submarine_leviathan.air_level > 400000 and submarine_leviathan.circuit_breaks == 0 and submarine_leviathan.power_on) then
 
		if (submarine_leviathan.air_level > 400000 and submarine_leviathan.circuit_breaks == 0 and submarine_leviathan.power_on) then
 
			psub('leviathan_restored');
 
			return [[Джек Райт отвлекается от газеты: "Добрый день". ]];
 
		elseif (s.state == 1) then
 
			--First meeting
 
            char_wright_home.known = true;
 
			psub('first_visit');
0 comments (0 inline, 0 general)