diff options
Diffstat (limited to 'npc/007-1')
-rw-r--r-- | npc/007-1/pylon.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/007-1/pylon.txt b/npc/007-1/pylon.txt index cf486077d..2e7dce5ef 100644 --- a/npc/007-1/pylon.txt +++ b/npc/007-1/pylon.txt @@ -29,12 +29,12 @@ L_Menu: // We could add a drag zone, and allow players to drag their gems, but... Meh. select l("Hum, how many gem powders can I get from one gem?"), - rif(countitem(Diamond) >= 1, l("Yeah sure, take my Diamond!"), - rif(countitem(Ruby) >= 1, l("Yeah sure, take my Ruby!"), - rif(countitem(Emerald) >= 1, l("Yeah sure, take my Emerald!"), - rif(countitem(Sapphire) >= 1, l("Yeah sure, take my Sapphire!"), - rif(countitem(Topaz) >= 1, l("Yeah sure, take my Topaz!"), - rif(countitem(Amethyst) >= 1, l("Yeah sure, take my Amethyst!"), + rif(countitem(Diamond) >= 1, l("Yeah sure, take my Diamond!")), + rif(countitem(Ruby) >= 1, l("Yeah sure, take my Ruby!")), + rif(countitem(Emerald) >= 1, l("Yeah sure, take my Emerald!")), + rif(countitem(Sapphire) >= 1, l("Yeah sure, take my Sapphire!")), + rif(countitem(Topaz) >= 1, l("Yeah sure, take my Topaz!")), + rif(countitem(Amethyst) >= 1, l("Yeah sure, take my Amethyst!")), l("No, thanks, I will keep my gems."); mes ""; |