diff options
Diffstat (limited to 'npc/functions/aurora.txt')
-rw-r--r-- | npc/functions/aurora.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/functions/aurora.txt b/npc/functions/aurora.txt index e0d9aa5ef..1eca1f6a8 100644 --- a/npc/functions/aurora.txt +++ b/npc/functions/aurora.txt @@ -7,7 +7,7 @@ // // Controls weekly events so Saulc, seeds and I can take vacations. // See also: seasons.txt, command/event.txt, event.txt, 003-1/events.txt -// soulmenhir.txt and, of course, the event maps (if any). +// soulmenhir.txt, scoreboards.txt and, of course, the event maps (if any). // Aurora Event Framework functions are called by event.txt // specs override and is overriden by those defined in commands/event.txt @@ -188,6 +188,7 @@ function script FYStopEvent { return; } + // Handle the ending of Aurora Events function script FYRewardEvent { setarray .@av$, "Expo", "Fishing"; |