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 23 insertions and 11 deletions:
party.lua
23
11
0 comments (0 inline, 0 general)
party.lua
Show inline comments
 
@@ -584,15 +584,19 @@ radcliffe_dlg = dlg {
 
        from_call = false;
 
        home = false;
 
        iraa_temple_asked = false;
 
    };
 
	nam = "Уолтер Рэдклифф";
 
	entered = function (s)
 
        if atl_ctt_iraa_refusal and not s.iraa_temple_asked then
 
            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;
 
 
        if (ven_quest_status == 8 and not ven_radcliffe_spoken_8) then
 
            ven_radcliffe_spoken_8 = true;
 
            pon('on_ven_keeper');
 
        else
 
@@ -896,16 +900,20 @@ wright_main_dlg = dlg {
 
                    pon("on_deep_temple", "talk");
 
                end;
 
            end;
 
        else
 
            poff('stay', 'join');
 
        end;
 
        
 
        if atl_ctt_iraa_refusal and not s.iraa_temple_asked then
 
            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");
 
 
        if (ven_quest_status == 8 and not ven_wright_spoken_8) then
 
            ven_wright_spoken_8 = true;
 
@@ -1141,16 +1149,20 @@ anna_dlg = dlg {
 
        if (ven_quest_status == 8 and not ven_anna_spoken_8) then
 
            ven_anna_spoken_8 = true;
 
            pon('on_ven_keeper');
 
        else
 
            poff('on_ven_keeper');
 
        end;
 
        
 
        if atl_ctt_iraa_refusal and not s.iraa_temple_asked then
 
            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;
 
 
        if s.home then
 
            if char_anna.on_conflict == 0 and conflict_resolved then
 
                char_anna.on_conflict = 1;
 
                if (rel_anna < 0) then
0 comments (0 inline, 0 general)