diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-25 11:00:23 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-25 11:00:23 -0300 |
commit | 7232c306bbc7d88d78d57eff66990f58fa294fbe (patch) | |
tree | 88375f1847149f42cc5dc5c8d82d5299f4ac43bd /npc/009-3 | |
parent | 39dfeac708a01f56e8055f39d69e048faf37e371 (diff) | |
download | serverdata-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/009-3')
-rw-r--r-- | npc/009-3/kevin.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/009-3/kevin.txt b/npc/009-3/kevin.txt index 274702486..923ac1b94 100644 --- a/npc/009-3/kevin.txt +++ b/npc/009-3/kevin.txt @@ -33,7 +33,7 @@ L_Menu: case 2: goto L_Powder; case 3: - goto L_Dye; + goto L_Dye; case 4: goto L_Quit; } @@ -95,7 +95,7 @@ L_Powder: L_Dye: mesn; - mesq l("Actually, using a byproduct of my other works and a few additional ingredients, I could make a %s", + mesq l("Actually, using a byproduct of my other works and a few additional ingredients, I could make a %s", getitemlink(PinkDye)); if (BaseLevel < 25) { mesq l("Hmm...actually, nevermind."); @@ -109,9 +109,9 @@ L_Dye: goto L_Menu; } next; - mesq l("Bring me %d %s, %d %s, and %d %s and I can make it for you... oh and it will be %d GP for my work.", - 1, getitemlink(BottleOfTonoriWater), 20, getitemlink(PinkBlobime), 30, getitemlink(Plushroom), 500); - if (getq(HalinarzoQuest_Kevin) < 1) + mesq l("Bring me %d %s, %d %s, and %d %s and I can make it for you... oh and it will be %d GP for my work.", + 1, getitemlink(BottleOfTonoriWater), 20, getitemlink(PinkBlobime), 30, getitemlink(Plushroom), 500); + if (getq(HalinarzoQuest_Kevin) < 1) setq HalinarzoQuest_Kevin, 1; next; select @@ -138,7 +138,7 @@ L_Dye: if (getq(HalinarzoQuest_Kevin) == 1) { setq HalinarzoQuest_Kevin, 2; getexp 300, 0; - } + } mesn; mesq l("Thanks! Here you go. Perhaps you want another one?"); next; @@ -153,7 +153,7 @@ L_Quit: closedialog; goodbye; close; - + OnInit: .@npcId = getnpcid(.name$); setunitdata(.@npcId, UDT_HEADTOP, FancyHat); |