Changeset - 81f86c201541
[Not reviewed]
default
0 1 0
Silverwing - 5 years ago 2019-06-24 16:03:26

There is no need to talk with Wright about saboteur after one is found
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
atlantis_dlg.lua
Show inline comments
 
@@ -737,49 +737,49 @@ char_svetlova_dlg = dlg {
 
            move("char_learr_atlantis", "atl_oculus_library");
 
            psub("iyh_more");
 
        ]]};
 
        {tag="iyh_more"};
 
        {"[Передать фрагмент карты] Да, конечно. Мы нашли это в скрытом помещении в храме.", [[Екатерина Светлова с интересом рассматривает табличку: "Удивительно, эта карта сильно отличается от других навьярских карт, которые мы видели. Обратите внимание, на количество деталей -- здесь не только отмечены условными символами три-четыре ориентира. Здесь их сотни, если не тысячи. Попробуйте разузнать побольше в Ираафаанотре и Дипатреанотре". Екатерина Светлова сообщает вам местонахождение Ираафаанотра. ]], code [[
 
            iraaphaanotrr_found = true;
 
            dypatreanotrr_found = true;
 
            psub("generic");
 
        ]]};
 
	};
 
};
 
 
char_michael_wright_dlg = dlg {
 
    var {
 
        state = 0;
 
        dyp_quest = false;
 
        goldman_asked = false;
 
        leroy_asked = false;
 
        jones_asked = false;
 
    };
 
    nam = "Майкл Райт";
 
    disp = "Майкл Райт";
 
 
    reset_more = function(s)
 
        poff("on_drake", "on_black", "on_darkstar", "on_svetlova", "on_moreau", "on_wright", "on_leroy", "on_jones", "on_goldman", "on_atlantis", "on_navjiarr", "on_learr", "on_aikerjarr", "on_ryveerr", "more_questions");
 
        poff("on_drake", "on_black", "on_darkstar", "on_svetlova", "on_moreau", "on_wright", "on_leroy", "on_jones", "on_goldman", "on_atlantis", "on_navjiarr", "on_learr", "on_aikerjarr", "on_ryveerr", "more_questions", "mtr_on_replace", "mtr_solis_last", "mtr_on_jones", "mtr_on_leroy", "mtr_on_goldman");
 
        if atl_mtr_started and not atl_mtr_finished then
 
            if not atl_mtr_ask_radcliffe then
 
                if atl_mtr_know_jones_replaced_goldman then
 
                    pon("mtr_on_replace");
 
                end;
 
 
                pon("mtr_solis_last");
 
            else
 
                if not s.jones_asked then
 
                    pon("mtr_on_jones");
 
                end;
 
            end;
 
 
            if atl_mtr_know_goldman_lost_clock and not s.leroy_asked then
 
                pon("mtr_on_leroy");
 
            end;
 
 
            if atl_mtr_know_goldman_lost_clock and not s.goldman_asked then
 
                pon("mtr_on_goldman");
 
            end;
 
        end;
 
        if (atl_rep_wright < 0) then
 
            if (char_michael_wright.drake_asked == 0) then pon("on_drake"); pon("more_questions"); end;
 
            if (char_michael_wright.black_asked == 0) then pon("on_black"); pon("more_questions"); end;
0 comments (0 inline, 0 general)