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
 
@@ -54,7 +54,7 @@ wright_dlg = dlg {
 
            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
0 comments (0 inline, 0 general)