diff --git a/atlantis_iyhehevjiarr.lua b/atlantis_iyhehevjiarr.lua --- a/atlantis_iyhehevjiarr.lua +++ b/atlantis_iyhehevjiarr.lua @@ -1537,7 +1537,8 @@ iyh_outro_learr_shockfish_dead = room { leviathan_cabin_3.lock = false; remove(char_learr, where(char_learr)); - remove(item_statuette, pl); + remove(iyh_looking_glass, pl); + remove(item_statuette, pl); remove(item_temple_disk, pl); remove(item_legend_of_temple, pl); remove(item_legend_of_dark_source, pl); @@ -1567,6 +1568,7 @@ iyh_outro_learr_temple_destroyed = room 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); @@ -1586,7 +1588,8 @@ iyh_outro_learr = dlg { else psub('rel_not_ok'); end; - + + remove(iyh_looking_glass, pl); remove(item_statuette, pl); remove(item_temple_disk, pl); remove(item_legend_of_temple, pl);