Changeset - 06fb563db3e6
[Not reviewed]
default
0 2 0
Silverwing - 5 years ago 2019-06-22 12:04:22

If learr doesn't know about dead rayfish - all is fine
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
atlantis.lua
Show inline comments
 
@@ -146,7 +146,7 @@ atl_aqua_leviathan_dock = room {
 
            end;
 
        elseif atl_iyh_state == 10 then
 
            if ArrayUtils.indexOf(pl.party, 'anna') == 0 and ArrayUtils.indexOf(pl.party, 'learr') == 0 and atl_lev_anna_dlg.state == 0 then
 
                if not atl_iyh_shockfish_dead then
 
                if rel_learr > -5 then
 
                    atl_lev_anna_dlg.state = 1;
 
                    walk('atl_lev_anna_learr_dlg');
 
                else
atlantis_dlg.lua
Show inline comments
 
@@ -1176,7 +1176,7 @@ char_learr_atlantis_dlg = dlg {
 
            pon('iyh2');
 
        end;
 
 
        if atl_iyh_state == 10 and not atl_iyh_shockfish_dead and ArrayUtils.indexOf(pl.party, 'learr') == 0 then
 
        if atl_iyh_state == 10 and rel_learr >= -5 and ArrayUtils.indexOf(pl.party, 'learr') == 0 then
 
            pon('join');
 
        else
 
            poff('join');
0 comments (0 inline, 0 general)