Changeset - 9a7d339369a6
[Not reviewed]
default
0 1 0
Silverwing - 5 years ago 2019-07-21 10:15:58

Question about temple does not appear in party members dialog after visiting temple
1 file changed with 15 insertions and 3 deletions:
party.lua
15
3
0 comments (0 inline, 0 general)
party.lua
Show inline comments
 
@@ -587,10 +587,14 @@ radcliffe_dlg = dlg {
 
    };
 
	nam = "Уолтер Рэдклифф";
 
	entered = function (s)
 
        if not iraa_temple_entrance.__visited then
 
        if atl_ctt_iraa_refusal and not s.iraa_temple_asked then
 
            iraa_temple_asked = true;
 
                s.iraa_temple_asked = true;
 
            pon("on_iraa_temple");
 
        end;
 
        else
 
            poff("on_iraa_temple");
 
        end;
 
 
        if (ven_quest_status == 8 and not ven_radcliffe_spoken_8) then
 
            ven_radcliffe_spoken_8 = true;
 
@@ -900,10 +904,14 @@ wright_main_dlg = dlg {
 
            poff('stay', 'join');
 
        end;
 
        
 
        if not iraa_temple_entrance.__visited then
 
        if atl_ctt_iraa_refusal and not s.iraa_temple_asked then
 
            iraa_temple_asked = true;
 
                s.iraa_temple_asked = true;
 
            pon("on_iraa_temple");
 
        end;
 
        else
 
            poff("on_iraa_temple");
 
        end;
 
        
 
        psub("generic");
 
 
@@ -1145,10 +1153,14 @@ anna_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
 
            iraa_temple_asked = true;
 
                s.iraa_temple_asked = true;
 
            pon("on_iraa_temple");
 
        end;
 
        else
 
            poff("on_iraa_temple");
 
        end;
 
 
        if s.home then
 
            if char_anna.on_conflict == 0 and conflict_resolved then
0 comments (0 inline, 0 general)