summaryrefslogtreecommitdiff
path: root/npc/029-2/sorfina.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/029-2/sorfina.txt')
-rw-r--r--npc/029-2/sorfina.txt17
1 files changed, 10 insertions, 7 deletions
diff --git a/npc/029-2/sorfina.txt b/npc/029-2/sorfina.txt
index d9353e4d..8bb911fb 100644
--- a/npc/029-2/sorfina.txt
+++ b/npc/029-2/sorfina.txt
@@ -261,15 +261,18 @@ L_SkipTut:
L_Bye:
mes "[Sorfina]";
mes "\"Alright, if you say so. But take at least this. See you later.\"";
- getitem "Knife", 1;
- getitem "SlingShot", 1;
- getitem "SlingBullet", 500;
- getitem "HitchhikersTowel", 1;
- getitem "CottonShirt", 1;
- getitem "RaggedShorts", 1;
+ getitem Knife, 1;
+ getitem SlingShot, 1;
+ getitem SlingBullet, 500;
+ getitem HitchhikersTowel, 1;
+ getitem CottonShirt, 1;
+ getitem RaggedShorts, 1;
set Zeny, Zeny + 35; // tanisha gives 5 Zeny
QL_BEGIN = 8;
- goto L_close;
+ equip(CottonShirt);
+ equip(RaggedShorts);
+ equip(Knife);
+ close;
L_close:
close;