summaryrefslogtreecommitdiff
path: root/npc/020-3/mede.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-25 11:00:23 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-25 11:00:23 -0300
commit7232c306bbc7d88d78d57eff66990f58fa294fbe (patch)
tree88375f1847149f42cc5dc5c8d82d5299f4ac43bd /npc/020-3/mede.txt
parent39dfeac708a01f56e8055f39d69e048faf37e371 (diff)
downloadserverdata-7232c306bbc7d88d78d57eff66990f58fa294fbe.tar.gz
serverdata-7232c306bbc7d88d78d57eff66990f58fa294fbe.tar.bz2
serverdata-7232c306bbc7d88d78d57eff66990f58fa294fbe.tar.xz
serverdata-7232c306bbc7d88d78d57eff66990f58fa294fbe.zip
Change spaces job from lax to warn. It **will not** become strict.
Diffstat (limited to 'npc/020-3/mede.txt')
-rw-r--r--npc/020-3/mede.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/020-3/mede.txt b/npc/020-3/mede.txt
index bf92ba7d8..697a7866b 100644
--- a/npc/020-3/mede.txt
+++ b/npc/020-3/mede.txt
@@ -32,7 +32,7 @@ L_Menu:
case 2:
goto L_MonsterPot;
case 3:
- goto L_Dye;
+ goto L_Dye;
case 4:
goto L_Quit;
}
@@ -56,7 +56,7 @@ L_MonsterPot:
L_Dye:
mesn;
- mesq l("I used to make dyes for Agostine but he hasn't bought any in a while. I could make you a %s if you bring me the right items.",
+ mesq l("I used to make dyes for Agostine but he hasn't bought any in a while. I could make you a %s if you bring me the right items.",
getitemlink(TealDye));
next;
if (BaseLevel < 35) {
@@ -70,9 +70,9 @@ L_Dye:
mesq l("Bring me %d %s, %d %s, %d %s, and %d %s, and I will make it for you. I also charge %d GP as commission.",
1, getitemlink(IcedBottle),
25, getitemlink(BlueCoral),
- 60, getitemlink(CobaltHerb),
+ 60, getitemlink(CobaltHerb),
5, getitemlink(IceCube),
- 1500);
+ 1500);
compareandsetq NivalisQuest_Mede, 0, 1;
next;
select
@@ -103,7 +103,7 @@ L_DyeLoop:
if (getq(NivalisQuest_Mede) == 1) {
setq NivalisQuest_Mede, 2;
getexp 1500, 0;
- }
+ }
mesn;
mesq l("Thanks! Here you go. Perhaps you want another one?");
next;