summaryrefslogtreecommitdiff
path: root/world/map/npc/003-1/stranger.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/003-1/stranger.txt')
-rw-r--r--world/map/npc/003-1/stranger.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/003-1/stranger.txt b/world/map/npc/003-1/stranger.txt
index d8e05cc2..f5abf179 100644
--- a/world/map/npc/003-1/stranger.txt
+++ b/world/map/npc/003-1/stranger.txt
@@ -11,7 +11,7 @@
if (gettime(6) != @month) goto L_No_Event;
if (gettime(5) < @start_day) goto L_No_Event;
if (gettime(5) > @end_day) goto L_No_Event;
- if ((gettimetick(2)-TUT_var < 6*7*86400) || (baselevel < 42 )) //player must be created at least 6 weeks ago and at least level 42
+ if ((gettimetick(2)-TUT_var < 6*7*86400) || (BaseLevel < 42 )) //player must be created at least 6 weeks ago and at least level 42
goto L_No_Event;
if (FLAGS & FLAG_TOWEL_HELPED) goto L_Towel;