diff options
Diffstat (limited to 'npc/003-5')
-rw-r--r-- | npc/003-5/jeweler.txt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/npc/003-5/jeweler.txt b/npc/003-5/jeweler.txt index b69996147..3fbf5ae04 100644 --- a/npc/003-5/jeweler.txt +++ b/npc/003-5/jeweler.txt @@ -60,15 +60,15 @@ L_Gemstone: goto L_Menu; } menu - rif(countitem(Diamond) >= 1 , l("Diamond Ring (+2 vit)"), L_Diamond, - rif(countitem(Ruby) >= 1 , l("Ruby Ring (+2 str)"), L_Ruby, - rif(countitem(Amethyst) >= 1, l("Amethyst Ring (+2 dex)"), L_Amethyst, - rif(countitem(Sapphire) >= 1, l("Sapphire Ring (+2 int)"), L_Sapphire, - rif(countitem(Topaz) >= 1 , l("Topaz Ring (+2 agi)"), L_Topaz, - - rif(countitem(Emerald) >= 1 , l("Emerald Ring (+2 luck)"), L_Emerald, - rif(countitem(Pearl) >= 3 , l("3x Pearl Ring (+1 agi/int/dex)"), L_Pearl, - rif(countitem(BlackPearl) >= 1, l("Black Pearl Ring (+1 str/vit/luk)"), L_BlackPearl, + rif(countitem(Diamond) >= 1 , l("Diamond Ring (+2 vit)")), L_Diamond, + rif(countitem(Ruby) >= 1 , l("Ruby Ring (+2 str)")), L_Ruby, + rif(countitem(Amethyst) >= 1, l("Amethyst Ring (+2 dex)")), L_Amethyst, + rif(countitem(Sapphire) >= 1, l("Sapphire Ring (+2 int)")), L_Sapphire, + rif(countitem(Topaz) >= 1 , l("Topaz Ring (+2 agi)")), L_Topaz, + + rif(countitem(Emerald) >= 1 , l("Emerald Ring (+2 luck)")), L_Emerald, + rif(countitem(Pearl) >= 3 , l("3x Pearl Ring (+1 agi/int/dex)")), L_Pearl, + rif(countitem(BlackPearl) >= 1, l("Black Pearl Ring (+1 str/vit/luk)")), L_BlackPearl, l("I don't have any gemstone or three pearls with me."), L_Close; // As usual, I don't care with cheaters, so if you try to cheat money or gemstones, YOU WILL LOSE ALL REAGENTS. No refunds. |