diff options
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/mahoud.txt | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/npc/003-1/mahoud.txt b/npc/003-1/mahoud.txt index 36885dac5..4f684bb49 100644 --- a/npc/003-1/mahoud.txt +++ b/npc/003-1/mahoud.txt @@ -23,10 +23,7 @@ if (Zeny < .@Cost) goto L_NotEnoughMoney; getinventorylist; - if (@inventorylist_count == 100 - && countitem("BottleOfSeaWater") == 0 - && .@empty > .@count) - goto L_NotEnoughSlots; + inventoryplace BottleOfTonoriWater, .@count; set Zeny, Zeny - .@Cost; delitem "EmptyBottle", .@count; @@ -41,10 +38,6 @@ L_NotEnoughMoney: mes l("You don't have enough gp! You need @@ gp.", .@Cost); close; -L_NotEnoughSlots: - mes l("You don't have room for these bottles!"); - close; - OnInit: .sex = G_MALE; .distance = 7; |