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
 
@@ -941,7 +941,7 @@ atl_lfc_court = dlg {
 
        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
0 comments (0 inline, 0 general)