diff options
Diffstat (limited to 'npc/003-5/jeweler.txt')
-rw-r--r-- | npc/003-5/jeweler.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-5/jeweler.txt b/npc/003-5/jeweler.txt index 9a9be80e9..eb330f92c 100644 --- a/npc/003-5/jeweler.txt +++ b/npc/003-5/jeweler.txt @@ -83,10 +83,10 @@ L_Gemstone: l("Not today, sorry."), rif(countitem(Diamond) >= 2 , l("Diamond (+2 vit)")), rif(countitem(Ruby) >= 2 , l("Ruby (+2 str)")), - rif(countitem(Amethyst) >= 2, l("Amethyst (+2 dex)")), + rif(countitem(Emerald) >= 2 , l("Emerald (+2 luck)")), rif(countitem(Sapphire) >= 2, l("Sapphire (+2 int)")), rif(countitem(Topaz) >= 2 , l("Topaz (+2 agi)")), - rif(countitem(Emerald) >= 2 , l("Emerald (+2 luck)")); + rif(countitem(Amethyst) >= 2, l("Amethyst (+2 dex)")); mes ""; if (@menu == 1) |