diff options
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/oldwell.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-1/oldwell.txt b/npc/003-1/oldwell.txt index b78a22c55..59042b3dc 100644 --- a/npc/003-1/oldwell.txt +++ b/npc/003-1/oldwell.txt @@ -12,14 +12,14 @@ if (.@count == 0) close; - .@empty = countitem("EmptyBottle"); + .@empty = countitem(EmptyBottle); if (.@empty < .@count) goto L_NotEnoughBottles; getinventorylist; inventoryplace BottleOfSewerWater, .@count; - delitem "EmptyBottle", .@count; + delitem EmptyBottle, .@count; getitem "BottleOfSewerWater", .@count; dispbottom("Eek, Sewer Water! What the?! Better not drink this!"); close; |