summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/003-1/oldwell.txt6
-rw-r--r--npc/003-1/well.txt3
2 files changed, 5 insertions, 4 deletions
diff --git a/npc/003-1/oldwell.txt b/npc/003-1/oldwell.txt
index 20fd9cab0..119129a4c 100644
--- a/npc/003-1/oldwell.txt
+++ b/npc/003-1/oldwell.txt
@@ -5,10 +5,9 @@
// Description:
// Free well that give sewer water. a good place for tulim kids to miss school :b
-003-1,47,79,0 script Old Well NPC_PLAYER,{
+003-1,47,79,0 script Old Well#003-1 NPC_NO_SPRITE,{
-
- mes col("You found a free well, It's time to plenty some @@!", getitemlink(EmptyBottle)", 9);
+ mes col("You found an old well with a bucket on it! It's time to fill plenty of @@!", getitemlink(EmptyBottle), 9);
input .@count;
if (.@count == 0)
@@ -22,6 +21,7 @@
delitem "EmptyBottle", .@count;
getitem "BottleOfSewerWater", .@count;
+ dispbottom("Eek, Sewer Water! What the?! Better not drink this!");
close;
L_NotEnoughBottles:
diff --git a/npc/003-1/well.txt b/npc/003-1/well.txt
index 926a14dac..b7962e0d7 100644
--- a/npc/003-1/well.txt
+++ b/npc/003-1/well.txt
@@ -1,8 +1,9 @@
+// TMW2 Script
// Author:
// Saulc
// Jesusalva
-003-1,45,80,0 script Well NPC_NO_SPRITE,{
+003-1,45,80,0 script Well#003-1 NPC_NO_SPRITE,{
mes l("This well is too deep and you don't have a bucket.");
close;