Changeset - 6fb52491e544
[Not reviewed]
default
0 1 0
silverwing - 4 years ago 2019-11-17 16:46:27

[fix] Some legends are visible in the book with invalid conditions
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
items.lua
Show inline comments
 
@@ -66,9 +66,9 @@ item_book_dlg = dlg {
 
        end;
 
 
        if atl_legend_of_first_city_read then
 
            pon("legend_of_first_city");
 
            pon("naethvjirr_temple");
 
        else
 
            poff("legend_of_first_city");
 
            poff("naethvjirr_temple");
 
        end;
 
 
        if atl_legend_of_hunter_read then
0 comments (0 inline, 0 general)