From 73248df6d47e6a1ca72204b243d2bc90853700f5 Mon Sep 17 00:00:00 2001 From: cage <76471856+kiwiCage@users.noreply.github.com> Date: Sun, 27 Dec 2020 21:50:42 +0100 Subject: give item, exp and set flags at the same time (#569) Keshlam Swamps --- world/map/npc/099-7/boss.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/world/map/npc/099-7/boss.txt b/world/map/npc/099-7/boss.txt index e806b609..cc351ccc 100644 --- a/world/map/npc/099-7/boss.txt +++ b/world/map/npc/099-7/boss.txt @@ -674,10 +674,10 @@ L_Yes: L_FlawedLens: getitem "FlawedLens", 1; - mes "[Chest]"; - mes "You opened it and found...! Some flawed lens?! Meh."; getexp 20000000, 0; set FLAGS, FLAGS | FLAG_KESHLAM_FLAWEDLENS; + mes "[Chest]"; + mes "You opened it and found...! Some flawed lens?! Meh."; next; mes "[Chest]"; mes "You notice this chest has a hidden section with another lock."; -- cgit v1.2.3-60-g2f50