Changeset - 857170140894
[Not reviewed]
default
0 1 0
silverwing - 5 years ago 2019-10-15 16:37:48

[fix] Nleyyslanotrr map can be taken only once
1 file changed with 3 insertions and 1 deletions:
0 comments (0 inline, 0 general)
journey_venaedanotrr.lua
Show inline comments
 
@@ -904,8 +904,10 @@ ven_char_lead_cartographer_dlg = dlg {
 
        if ven_quest_status > 0 and ven_quest_status < 4 then
 
            pon('quest_where');
 
        end;
 
        if ven_quest_status >= 7 then
 
        if ven_quest_status >= 7 and not have(item_nleyyslanotrr_map) and not nleyyslanotrr_found then
 
            pon('nley_map');
 
        else
 
            poff('nley_map');
 
        end;
 
        if ven_char_lead_cartographer.state == 0 then
 
            ven_char_lead_cartographer.state = 1;
0 comments (0 inline, 0 general)