diff options
author | cage <76471856+kiwiCage@users.noreply.github.com> | 2020-12-27 21:50:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-27 20:50:42 +0000 |
commit | 73248df6d47e6a1ca72204b243d2bc90853700f5 (patch) | |
tree | 5174e55a33e4e8b0903ddf3f4f3df38894152e17 /world/map/npc/099-7 | |
parent | 8230eb56408f1b06bbeee73aedbbc59f21cc471d (diff) | |
download | serverdata-73248df6d47e6a1ca72204b243d2bc90853700f5.tar.gz serverdata-73248df6d47e6a1ca72204b243d2bc90853700f5.tar.bz2 serverdata-73248df6d47e6a1ca72204b243d2bc90853700f5.tar.xz serverdata-73248df6d47e6a1ca72204b243d2bc90853700f5.zip |
give item, exp and set flags at the same time (#569)
Keshlam Swamps
Diffstat (limited to 'world/map/npc/099-7')
-rw-r--r-- | world/map/npc/099-7/boss.txt | 4 |
1 files 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."; |