diff options
Diffstat (limited to 'world/map/npc')
-rw-r--r-- | world/map/npc/008-1/annualeaster.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/008-1/annualeaster.txt b/world/map/npc/008-1/annualeaster.txt index fa0a0aa1..17bd4b67 100644 --- a/world/map/npc/008-1/annualeaster.txt +++ b/world/map/npc/008-1/annualeaster.txt @@ -12,7 +12,7 @@ function|script|AnnualEasterEvent|{ // prevent players having level 19 or less to get anything: - if (BaseLevel < 20) + if ((gettimetick(2)-TUT_var < 5*7*86400) || (BaseLevel < 40)) //player must be created at least 5 weeks ago goto L_EndTooYoung; if (@eastertimepenalty == 0) |