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 4 insertions and 0 deletions:
0 comments (0 inline, 0 general)
party.lua
Show inline comments
 
@@ -315,10 +315,14 @@ learr_dlg = dlg {
 
            poff('on_ven_keeper');
 
        end;
 
 
        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");
 
        if s.from_call then
0 comments (0 inline, 0 general)