Changeset - 3a218bb24b0b
[Not reviewed]
default
0 1 0
Silverwing - 5 years ago 2019-07-21 09:32:42

Quetsion about temple does not appear in Learr dialog after visiting temple
1 file changed with 7 insertions and 3 deletions:
0 comments (0 inline, 0 general)
party.lua
Show inline comments
 
@@ -315,9 +315,13 @@ learr_dlg = dlg {
 
            poff('on_ven_keeper');
 
        end;
 
 
        if atl_ctt_iraa_refusal and not s.iraa_temple_asked then
 
            s.iraa_temple_asked = true;
 
            pon("on_iraa_temple");
 
        if not iraa_temple_entrance.__visited then
 
            if atl_ctt_iraa_refusal and not s.iraa_temple_asked then
 
                s.iraa_temple_asked = true;
 
                pon("on_iraa_temple");
 
            end;
 
        else
 
            poff("on_iraa_temple");
 
        end;
 
	    
 
        psub("generic");
0 comments (0 inline, 0 general)