Changeset - 9faa991071aa
[Not reviewed]
default
0 1 0
Silverwing - 6 years ago 2017-12-02 18:53:19

Svetlova dlg fix
1 file changed with 7 insertions and 7 deletions:
0 comments (0 inline, 0 general)
atlantis_dlg.lua
Show inline comments
 
@@ -749,6 +749,13 @@ char_svetlova_dlg = dlg {
 
        end;
 
    
 
        s:reset_more();
 
        
 
        poff("iyh1_learr", "iyh1_aikerjarr");
 
        if (atl_iyh_state == 1 and atl_iyh_learr_spoken and atl_iyh_ryveerr_spoken) then
 
            pon('iyh1_learr');
 
        elseif (atl_iyh_state == 1 and atl_iyh_aikerjarr_spoken and atl_iyh_ryveerr_spoken) then
 
            pon('iyh1_aikerjarr');
 
        end;
 
    
 
		if (s.state == 0) then
 
			psub('first_meeting');
 
@@ -836,13 +843,6 @@ char_svetlova_dlg = dlg {
 
					s.lfc_dialog = true;
 
					pon('sabotage', 'ignis_what');
 
				end;
 
				
 
                poff("iyh1_learr", "iyh1_aikerjarr");
 
                if (atl_iyh_state == 1 and atl_iyh_learr_spoken and atl_iyh_ryveerr_spoken) then
 
                    pon('iyh1_learr');
 
                elseif (atl_iyh_state == 1 and atl_iyh_aikerjarr_spoken and atl_iyh_ryveerr_spoken) then
 
                    pon('iyh1_aikerjarr');
 
                end;
 
                
 
				return [[Светлова отрывает взгляд от бумаг, лежащих перед ней и смотрит на вас: "Добрый день". ]];
 
			end;
0 comments (0 inline, 0 general)