Changeset - c84b0c29072d
[Not reviewed]
default
0 1 0
Silverwing - 5 years ago 2019-06-22 22:50:09

Fix item removal at the end of old temple
1 file changed with 14 insertions and 7 deletions:
0 comments (0 inline, 0 general)
atlantis_iyhehevjiarr.lua
Show inline comments
 
@@ -1568,8 +1568,10 @@ iyh_outro_svetlova = room {
 
    end;
 
    entered = function(s)
 
        atl_iyh_artifacts_on_atlantis = true;
 
        remove(iyh_looking_glass, pl);
 
        remove(item_statuette, pl);
 
        remove(item_temple_disk, pl);
 
        remove(iyh_item_record, pl);
 
        remove(item_legend_of_temple, pl);
 
        remove(item_legend_of_dark_source, pl);
 
        remove(item_legend_of_first_city, pl);
 
@@ -1604,8 +1606,10 @@ iyh_outro_aikerrjarr = room {
 
            end;
 
        end;
 
        remove(char_aikerjarr_lev, where(char_aikerjarr_lev));
 
        remove(iyh_looking_glass, pl);
 
        remove(item_statuette, pl);
 
        remove(item_temple_disk, pl);
 
        remove(iyh_item_record, pl);
 
        remove(item_legend_of_temple, pl);
 
        remove(item_legend_of_dark_source, pl);
 
        remove(item_legend_of_first_city, pl);
 
@@ -1630,11 +1634,12 @@ iyh_outro_learr_shockfish_dead = room {
 
            end;
 
        end;
 
        leviathan_cabin_3.lock = false;
 
        
 
 
        remove(char_learr, where(char_learr));
 
        remove(iyh_looking_glass, pl);
 
        remove(item_statuette, pl);
 
        remove(item_temple_disk, pl);
 
        remove(iyh_item_record, pl);
 
        remove(item_legend_of_temple, pl);
 
        remove(item_legend_of_dark_source, pl);
 
        remove(item_legend_of_first_city, pl);
 
@@ -1662,13 +1667,14 @@ iyh_outro_learr_temple_destroyed = room 
 
        leviathan_cabin_3.lock = false;
 
        
 
        char_learr.home = "leviathan_wardroom";
 
        remove(item_statuette);
 
        remove(iyh_looking_glass, pl);
 
        remove(item_temple_disk);
 
        remove(item_legend_of_temple);
 
        remove(item_legend_of_dark_source);
 
        remove(item_legend_of_first_city);
 
        remove(item_legend_of_hunter);
 
        remove(item_statuette, pl);
 
        remove(item_temple_disk, pl);
 
        remove(iyh_item_record, pl);
 
        remove(item_legend_of_temple, pl);
 
        remove(item_legend_of_dark_source, pl);
 
        remove(item_legend_of_first_city, pl);
 
        remove(item_legend_of_hunter, pl);
 
    end;
 
    obj = {
 
        vway("Продолжить", "{Продолжить}", "atl_luna_drake_room");
 
@@ -1687,6 +1693,7 @@ iyh_outro_learr = dlg {
 
        remove(iyh_looking_glass, pl);
 
        remove(item_statuette, pl);
 
        remove(item_temple_disk, pl);
 
        remove(iyh_item_record, pl);
 
        remove(item_legend_of_temple, pl);
 
        remove(item_legend_of_dark_source, pl);
 
        remove(item_legend_of_first_city, pl);
0 comments (0 inline, 0 general)