Changeset - 133704bbb384
[Not reviewed]
default
0 1 0
Silverwing - 5 years ago 2019-01-27 12:02:50

remove navjiarian looking glass from player after corresponding quest completion
1 file changed with 5 insertions and 2 deletions:
0 comments (0 inline, 0 general)
atlantis_iyhehevjiarr.lua
Show inline comments
 
@@ -1534,13 +1534,14 @@ iyh_outro_learr_shockfish_dead = room {
 
                break;
 
            end;
 
        end;
 
        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);
 
        remove(item_legend_of_first_city, pl);
 
        remove(item_legend_of_hunter, pl);
 
    end;
 
@@ -1564,12 +1565,13 @@ iyh_outro_learr_temple_destroyed = room 
 
        end;
 
        move(char_learr_atlantis, atl_oculus_lab_a);
 
        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);
 
    end;
 
@@ -1583,13 +1585,14 @@ iyh_outro_learr = dlg {
 
	entered = function(s)
 
		if (rel_learr > 0) then
 
			psub('rel_ok');
 
        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);
 
        remove(item_legend_of_dark_source, pl);
 
        remove(item_legend_of_first_city, pl);
 
        remove(item_legend_of_hunter, pl);
0 comments (0 inline, 0 general)