Changeset - af851e0e3532
[Not reviewed]
default
0 1 0
Silverwing - 5 years ago 2019-02-03 08:27:21

dialog with anna outside of leviathan
1 file changed with 4 insertions and 2 deletions:
0 comments (0 inline, 0 general)
party.lua
Show inline comments
 
@@ -934,6 +934,7 @@ anna_dlg = dlg {
 
		end;
 
	   
 
        poff("on_anna", "on_walter", "on_atlantis", "on_drake", "on_join", "talk");
 
        if s.home then
 
        if (rel_anna < 0) then
 
            pon("talk");
 
        else
 
@@ -961,10 +962,8 @@ anna_dlg = dlg {
 
                pon("on_black");
 
                pon("talk");
 
            end;
 
            
 
        end;
 
        
 
       
 
		if (char_anna.follow) then
 
			pon('stay');
 
			poff('join');
 
@@ -972,6 +971,9 @@ anna_dlg = dlg {
 
			pon('join');
 
			poff('stay');
 
		end;
 
        else
 
            poff('stay', 'join')
 
        end;
 
 
        if (ven_quest_status == 8 and not ven_anna_spoken_8) then
 
            ven_anna_spoken_8 = true;
0 comments (0 inline, 0 general)