# HG changeset patch # User Silverwing # Date 2019-06-22 22:50:09 # Node ID c84b0c29072d9dee7e78a09af0c9cd0069eb66fd # Parent c8485e2930ab4f4edf455ef9ded125a14ea53983 Fix item removal at the end of old temple diff --git a/atlantis_iyhehevjiarr.lua b/atlantis_iyhehevjiarr.lua --- a/atlantis_iyhehevjiarr.lua +++ b/atlantis_iyhehevjiarr.lua @@ -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);