diff options
-rw-r--r-- | npc/items/shovel.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/items/shovel.txt b/npc/items/shovel.txt index 36a56756a..4dc725249 100644 --- a/npc/items/shovel.txt +++ b/npc/items/shovel.txt @@ -174,7 +174,7 @@ function script shovel_scatter { @ShovelLastUsed = 0; if (.@id == IronShovel || checkbound(.@id)) mesc l("You cannot bury this item!"); - else if (!getiteminfo(.@id, ITEMINFO_MAXCHANCE)) + else if (!getiteminfo(.@id, ITEMINFO_TRADE)) mesc l("This item is too precious, you cannot part with it!"); else mesc l("You give up."); |