From 6d5c02d689f0632558f352a314e7e8fe73df7774 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 31 May 2018 00:44:35 -0300 Subject: Attempt to fix broken stuff related to Sewer Water --- npc/003-1/oldwell.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/003-1') 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; -- cgit v1.2.3-70-g09d2