summaryrefslogtreecommitdiff
path: root/npc/006-1_Desert_mountains/pachua.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/006-1_Desert_mountains/pachua.txt')
-rw-r--r--npc/006-1_Desert_mountains/pachua.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/006-1_Desert_mountains/pachua.txt b/npc/006-1_Desert_mountains/pachua.txt
index af293ff6..51c2d3b2 100644
--- a/npc/006-1_Desert_mountains/pachua.txt
+++ b/npc/006-1_Desert_mountains/pachua.txt
@@ -140,7 +140,7 @@ L_leather_patch:
if (countitem(@SNAKE_SKIN) < 1) goto L_NoSkins;
if (zeny < @LEATHER_PATCH_PRICE) goto L_NoMoney;
getinventorylist;
- if (@inventorylist_count == 100) goto L_TooMany;
+ if (@inventorylist_count == 100 && countitem(@SNAKE_SKIN) > 1) goto L_TooMany;
set zeny, zeny - @LEATHER_PATCH_PRICE;
delitem @SNAKE_SKIN, 1;