Changeset - 4a75e7cf1f55
[Not reviewed]
preview
0 1 0
Silverwing - 6 years ago 2018-01-24 15:40:37

Jack dialog fixed. Version change
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
party.lua
Show inline comments
 
@@ -127,6 +127,7 @@ char_wright = obj {
 
        on_learr = 0;
 
        on_leviathan = 0;
 
        on_conflict = 0;
 
        on_jack = 0;
 
	};
 
	nam = "wright";
 
	disp = "Джек Райт";
 
@@ -711,7 +712,7 @@ wright_main_dlg = dlg {
 
        
 
        poff("talk");
 
        if (rel_jack < 0) then
 
            if (char_wright.on_learr == 0) then pon("on_learr", "talk"); end;
 
            if (char_wright.on_learr == 0 and ArrayUtils.indexOf(pl.party, 'learr') ~= 0) then pon("on_learr", "talk"); end;
 
            if (char_wright.on_leviathan == 0) then pon("on_leviathan", "talk"); end;
 
            if (char_wright.on_jack == 0) then pon("on_jack", "talk"); end;
 
        else
0 comments (0 inline, 0 general)