Changeset - 638ddb4ed9a3
[Not reviewed]
default
0 1 0
silverwing - 4 years ago 2019-11-26 05:08:21

Fix dialog on starmap appearing on Rytlarr too early
1 file changed with 3 insertions and 1 deletions:
0 comments (0 inline, 0 general)
atlantis_iraa.lua
Show inline comments
 
@@ -340,14 +340,16 @@ iraa_rytlarr = npc {
 
};
 

	
 
iraa_rytlarr_dlg = dlg {
 
    nam = "iraa_rytlarr_dlg";
 
    disp = [[Ритларр]];
 
    enter = function(s)
 
        if dyp_quest_state >= 3 or dyp_quest_state <= 5  then
 
        if dyp_quest_state >= 3 and dyp_quest_state <= 5  then
 
            pon("star_map");
 
        else 
 
            poff('star_map');
 
        end;
 
        if (language_known) then
 
            if iraa_temple_hidden_pedestal.state == 0 then
 
                pon('map');
 
            else
 
                poff('map');
0 comments (0 inline, 0 general)