Changeset - 598660b69381
[Not reviewed]
default
0 1 0
Silverwing - 7 years ago 2017-12-23 22:20:48

lfc fix
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
atlantis_looking_for_clues.lua
Show inline comments
 
@@ -938,13 +938,13 @@ atl_lfc_court = dlg {
 
                goldman_state = 1;
 
                r = r .. [[Леонард Голдман будет казнен. ]];
 
            end;
 
        end;
 
        
 
        if leroy_state ~= 4 then
 
            if banish_l >= prison_lg and banish_l >=execut_l then
 
            if banish_l >= prison_l and banish_l >=execut_l then
 
                leroy_state = 3;
 
                r = r .. [[Мишель Леруа будет изгнан с Атлантиды. ]];
 
            elseif prison_g >= execut_g then
 
                leroy_state = 2;
 
                r = r .. [[Мишель Леруа будет содержаться в заключении. ]];
 
            else
0 comments (0 inline, 0 general)