Changeset - ac793329d68f
[Not reviewed]
default
0 1 0
Silverwing - 5 years ago 2019-06-24 18:36:11

Fix iraaphaanotrr logic
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
atlantis_iraa.lua
Show inline comments
 
@@ -230,7 +230,7 @@ iraa_chief_dlg = dlg {
 
        else
 
            poff("wand");
 
        end;
 
        if have(dyp_item_star_map) then
 
        if have(dyp_item_star_map) and (have(dyp_item_star_map_copy) or dyp_map) then
 
            pon("star_map");
 
        else
 
            poff("star_map");
0 comments (0 inline, 0 general)