Changeset - 7c62ea566b62
[Not reviewed]
default
0 1 0
Silverwing - 7 years ago 2017-04-30 14:43:29

506
1 file changed with 3 insertions and 1 deletions:
0 comments (0 inline, 0 general)
atlantis_ignis_on_fire.lua
Show inline comments
 
@@ -241,13 +241,15 @@ atl_iof_time_state = obj {
 
			lifeoff(char_learr_iof);
 
			if (not s.pl_safe) then
 
				walkin("game_over_ignis");
 
			elseif (s.wright_here) then
 
			elseif (not s.learr_safe)
 
                if (s.wright_here) then
 
				walkin("atl_iof_learr_faint_wright");
 
			else
 
				walkin("atl_iof_learr_faint_alone");
 
			end;
 
		end;
 
	end;
 
	end;
 
};
 
 
atl_iof_learr_faint_alone = dlg {
0 comments (0 inline, 0 general)