summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorSaulc <lucashelaine14@gmail.com>2018-06-29 20:43:10 +0000
committerSaulc <lucashelaine14@gmail.com>2018-06-29 20:43:10 +0000
commit3017d8c06172554387adf40b0dd214e98ae89e51 (patch)
treef5ce868b4d641694041d9982f46cd4d256ce4ba9 /npc
parent7f8542afcce7f513d7da5b822bcef8e8689653c1 (diff)
downloadserverdata-3017d8c06172554387adf40b0dd214e98ae89e51.tar.gz
serverdata-3017d8c06172554387adf40b0dd214e98ae89e51.tar.bz2
serverdata-3017d8c06172554387adf40b0dd214e98ae89e51.tar.xz
serverdata-3017d8c06172554387adf40b0dd214e98ae89e51.zip
cactus potionn -> cactus drink
Diffstat (limited to 'npc')
-rw-r--r--npc/003-0-1/maxime.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/003-0-1/maxime.txt b/npc/003-0-1/maxime.txt
index c3adbb4c3..551e16d7a 100644
--- a/npc/003-0-1/maxime.txt
+++ b/npc/003-0-1/maxime.txt
@@ -16,7 +16,7 @@
mesc l("@@/4 @@", countitem(MushroomSpores), getitemlink(MushroomSpores));
mesc l("@@/3 @@", countitem(ScorpionStinger), getitemlink(ScorpionStinger));
mesc l("@@/2 @@", countitem(RoastedMaggot), getitemlink(RoastedMaggot));
- mesc l("@@/1 @@", countitem(CactusPotion), getitemlink(CactusPotion));
+ mesc l("@@/1 @@", countitem(CactusDrink), getitemlink(CactusDrink));
mesc l("150 GP");
next;
select
@@ -34,7 +34,7 @@
countitem(MushroomSpores) < 4 ||
countitem(ScorpionStinger) < 3 ||
countitem(RoastedMaggot) < 2 ||
- countitem(CactusPotion) < 1 ||
+ countitem(CactusDrink) < 1 ||
Zeny < 150) goto L_Missing;
// 3~7 normaly, 4~10 during Summer
@@ -44,7 +44,7 @@
delitem MushroomSpores, 4;
delitem ScorpionStinger, 3;
delitem RoastedMaggot, 2;
- delitem CactusPotion, 1;
+ delitem CactusDrink, 1;
getitem TonoriDelight, rand(3,7);
if (season() == SUMMER) {
getitem TonoriDelight, rand(1,3);