Changeset - 6a2b39409407
[Not reviewed]
default
0 1 0
Silverwing - 5 years ago 2019-07-24 17:20:51

Fix Anna check in old temple
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
atlantis_iyhehevjiarr.lua
Show inline comments
 
@@ -1493,7 +1493,7 @@ iyh_near_temple_foot = room {
 
            end;
 
        end;
 
 
        if (not atl_iyh_entrance_destroyed and ArrayUtils.indexOf(pl.party, 'anna') ~= 0 and char_learr.follow) then
 
        if (not atl_iyh_entrance_destroyed and ArrayUtils.indexOf(pl.party, 'anna') ~= 0 and char_anna.follow) then
 
            pr [[Анна внимательно окидывает взглядом храм. В динамиках раздается ее голос: "Здесь не указано, какому городу принадлежит этот храм. Это необычно для навьяров. Интересно, для чего он был построен?"]];
 
        end;
 
        
0 comments (0 inline, 0 general)