diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-8/jhedia.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-8/jhedia.txt b/npc/003-8/jhedia.txt index 9236f2a3a..a859997b2 100644 --- a/npc/003-8/jhedia.txt +++ b/npc/003-8/jhedia.txt @@ -62,8 +62,8 @@ L_Menu: l("Tin Ingot"), l("Lead Ingot"), l("Titanium Ingot"), - l("Iridium Ingot"), - l("Platinum Ingot"), + rif(BaseLevel >= 60, l("Iridium Ingot")), + rif(BaseLevel >= 60, l("Platinum Ingot")), l("Silver Ingot"), l("Gold Ingot"), l("Gold Pieces"), |