Changeset - 804089f0ffb8
[Not reviewed]
default
0 1 0
Silverwing - 5 years ago 2019-06-13 18:38:58

Properly stop timer when jack is talked to
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
wright.lua
Show inline comments
 
@@ -56,6 +56,7 @@ wright_dlg = dlg {
 
        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);
 
			timer:stop();
 
        end;   
 
		if (submarine_leviathan.air_level > 400000 and submarine_leviathan.circuit_breaks == 0 and submarine_leviathan.power_on) then
 
			if char_wright_home.known_leviathan then
0 comments (0 inline, 0 general)