summaryrefslogtreecommitdiff
path: root/npc/003-1/well.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-1/well.txt')
-rw-r--r--npc/003-1/well.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/003-1/well.txt b/npc/003-1/well.txt
index b4e46f61b..c745a1672 100644
--- a/npc/003-1/well.txt
+++ b/npc/003-1/well.txt
@@ -19,16 +19,16 @@
mes "";
Zeny=Zeny-1;
- mesc l("You throw a coin on the well.");
+ mesc l("You throw a coin into the well.");
next;
.@n=rand(0, 10000);
if (.@n <= 10) {
getitem StrangeCoin, 1;
- mes l("##9Hey wait... Your coin turned on a @@!", getitemlink(StrangeCoin));
+ mes l("##9Hey wait... Your coin turned into a @@!", getitemlink(StrangeCoin));
} else if (.@n <= 50) {
getitem CasinoCoins, 1;
- mes l("##9Hey wait... Your coin turned on a @@!", getitemlink(CasinoCoins));
+ mes l("##9Hey wait... Your coin turned into a @@!", getitemlink(CasinoCoins));
} else if (.@n <= 100) {
Zeny=Zeny+2;
mesc l("Hey wait... You found 2 GP!");
@@ -61,7 +61,7 @@
} else {
mesc l("Nothing happens.");
next;
- mesc l("What did you expected, anyway?");
+ mesc l("What did you expect?");
}
close;