# HG changeset patch # User Silverwing # Date 2017-04-30 14:43:29 # Node ID 7c62ea566b62ea470adf4ae4c9bbe73859daf196 # Parent 615a22c9411b7a87cff7677fb317fe477347eb23 506 diff --git a/atlantis_ignis_on_fire.lua b/atlantis_ignis_on_fire.lua --- a/atlantis_ignis_on_fire.lua +++ b/atlantis_ignis_on_fire.lua @@ -241,11 +241,13 @@ atl_iof_time_state = obj { lifeoff(char_learr_iof); if (not s.pl_safe) then walkin("game_over_ignis"); - elseif (s.wright_here) then - walkin("atl_iof_learr_faint_wright"); - else - walkin("atl_iof_learr_faint_alone"); - end; + 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; };