summaryrefslogtreecommitdiff
path: root/world/map/npc/042-1/hasan.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/042-1/hasan.txt')
-rw-r--r--world/map/npc/042-1/hasan.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/world/map/npc/042-1/hasan.txt b/world/map/npc/042-1/hasan.txt
index f658445e..11126e1e 100644
--- a/world/map/npc/042-1/hasan.txt
+++ b/world/map/npc/042-1/hasan.txt
@@ -38,7 +38,7 @@ L_Toll:
if (hasan == 0)
set hasan, 1;
next;
- if (zeny >= @toll)
+ if (Zeny >= @toll)
menu
"Ok, here you go.",L_Pay,
"What? I don't have that much money!",L_NoPay,
@@ -58,14 +58,14 @@ L_Fight:
mes "[Hasan]";
mes "\"Do you really think you can beat me?\"";
mes "He pulls out a nasty looking dagger and stabs it in your direction.";
- set hp, 1;
+ set Hp, 1;
mes "That hurt! You begin to think searching for a different solution might be healthier.";
close;
L_Pay:
- if (zeny < @toll)
+ if (Zeny < @toll)
goto L_Cheat;
- set zeny, zeny - @toll;
+ set Zeny, Zeny - @toll;
mes "He grins gloatingly.";
mes "[Hasan]";
mes "\"Very well. You may pass.\"";
@@ -151,9 +151,9 @@ L_Fear:
L_Tut_Done:
mes "[Hasan]";
- if (baselevel >= 40)
+ if (BaseLevel >= 40)
mes "\"Welcome to the suburbs of Tulimshar. I wonder what an experienced adventurer like you is doing here.\"";
- if (baselevel < 40)
+ if (BaseLevel < 40)
mes "\"Bah, nothing interesting is happening here.\"";
close;