diff options
-rw-r--r-- | npc/012-1/mahad.txt | 1 | ||||
-rw-r--r-- | npc/019-1/well.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/npc/012-1/mahad.txt b/npc/012-1/mahad.txt index 859573754..e37cc6902 100644 --- a/npc/012-1/mahad.txt +++ b/npc/012-1/mahad.txt @@ -35,6 +35,7 @@ } inventoryplace GrassCarp, .@count, BottleOfWoodlandWater, .@count; + delitem EmptyBottle, .@count; // Calculate how many grass carp you'll get .@iced=0; diff --git a/npc/019-1/well.txt b/npc/019-1/well.txt index 6f90d5fb7..6839eae0a 100644 --- a/npc/019-1/well.txt +++ b/npc/019-1/well.txt @@ -144,6 +144,7 @@ L_Bottle: } inventoryplace IcedBottle, .@count, BottleOfWoodlandWater, .@count; + delitem EmptyBottle, .@count; // Calculate how many iced bottles you'll get .@iced=0; |