diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-07 09:50:21 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-07 09:50:21 -0300 |
commit | c4d3f052f8c5a87f16413a5dd6709f88135040bc (patch) | |
tree | d4561290183b9ae566550b48bf93472a9c894df9 | |
parent | a82d70c73f42c1fb1ca154208424efece0fb8f1e (diff) | |
download | serverdata-c4d3f052f8c5a87f16413a5dd6709f88135040bc.tar.gz serverdata-c4d3f052f8c5a87f16413a5dd6709f88135040bc.tar.bz2 serverdata-c4d3f052f8c5a87f16413a5dd6709f88135040bc.tar.xz serverdata-c4d3f052f8c5a87f16413a5dd6709f88135040bc.zip |
Ops, Evol only have ONE kind of shovel.
Lets skip this, then.
-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 46e2fdc4..5131d78f 100644 --- a/npc/items/shovel.txt +++ b/npc/items/shovel.txt @@ -114,7 +114,7 @@ // If ID is invalid, there's not enough items, it is an Iron Shovel, it is bound = Cannot bury // NOBODY bypass notrade check. (ITR_NONE is 0) if (.@id < 1) close; - if (.@id < 1 || countitem(.@id) < 1 || .@id == IronShovel || .@id == SteelShovel || checkbound(.@id) || + if (.@id < 1 || countitem(.@id) < 1 || .@id == IronShovel || checkbound(.@id) || (!getiteminfo(.@id, ITEMINFO_TRADE)) ) { @ShovelLastUsed = 0; |