summaryrefslogtreecommitdiff
path: root/npc/003-5/jeweler.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-5/jeweler.txt')
-rw-r--r--npc/003-5/jeweler.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/003-5/jeweler.txt b/npc/003-5/jeweler.txt
index 4d7061143..fc8191707 100644
--- a/npc/003-5/jeweler.txt
+++ b/npc/003-5/jeweler.txt
@@ -25,7 +25,7 @@ L_Menu:
menu
l("I want to shop."), -,
l("I want to craft rings."), L_Craft,
- rif(countitem(GoldenRing) >= 1 && is_admin(), l("I want to create polished gemstones.")), L_Gemstone,
+ rif(countitem(GoldenRing) >= 1 || countitem(SilverRing) >= 1, l("I want to create polished gemstones.")), L_Gemstone,
l("Nothing, sorry."), L_Close;
openshop;
@@ -140,6 +140,7 @@ OnInit:
tradertype(NST_ZENY);
sellitem WeddingRing, 5000;
+ sellitem GoldenBlackPearlRing, 1000000; // I'm joking of course. Don't tell me you'll pay 1M for... this?
end;
}