From 3336b8e2ec67cdc54b0c819531cb9ad862eff927 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 15 Jan 2019 13:16:28 -0200 Subject: [skip ci] --- npc/items/shovel.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/items') 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."); -- cgit v1.2.3-60-g2f50