summaryrefslogtreecommitdiff
path: root/npc/003-1/well.txt
diff options
context:
space:
mode:
authorSaulc <lucashelaine14@gmail.com>2021-08-26 13:53:16 +0000
committerSaulc <lucashelaine14@gmail.com>2021-08-26 13:53:16 +0000
commit25d9be07e9fdd1e93e4ff0acf98953c59b2c0773 (patch)
tree880f4a2cc361e270aba4399c43a99facb7a571df /npc/003-1/well.txt
parent10ca83a9e4880be24a1c8a5debe42f8fd57b4bef (diff)
parent2d3e43478733c57fcac8fac7e12dbc2e4a2e01f6 (diff)
downloadserverdata-25d9be07e9fdd1e93e4ff0acf98953c59b2c0773.tar.gz
serverdata-25d9be07e9fdd1e93e4ff0acf98953c59b2c0773.tar.bz2
serverdata-25d9be07e9fdd1e93e4ff0acf98953c59b2c0773.tar.xz
serverdata-25d9be07e9fdd1e93e4ff0acf98953c59b2c0773.zip
Merge branch 'master' into 'master'
NPC improvements See merge request TMW2/serverdata!67
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;