diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-12 11:20:58 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-12 11:20:58 -0300 |
commit | 96798d71698a168dc2eb4d8d6ec7637957fb9230 (patch) | |
tree | db4f490d443d35e975dd83debfacf90194127b45 /npc/scripts.conf | |
parent | 5963941a6950d0941ca7d6ba8c0ed81155652d79 (diff) | |
download | serverdata-96798d71698a168dc2eb4d8d6ec7637957fb9230.tar.gz serverdata-96798d71698a168dc2eb4d8d6ec7637957fb9230.tar.bz2 serverdata-96798d71698a168dc2eb4d8d6ec7637957fb9230.tar.xz serverdata-96798d71698a168dc2eb4d8d6ec7637957fb9230.zip |
In theory, this implements St. Patrick Day.
And sets all Events to start on their own so GMs can miss the date.
This script takes precedence over @event.
Diffstat (limited to 'npc/scripts.conf')
-rw-r--r-- | npc/scripts.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/scripts.conf b/npc/scripts.conf index 59b8168df..dd0397c48 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -38,6 +38,7 @@ "npc/functions/bank.txt", "npc/functions/daily.txt", "npc/functions/doors.txt", +"npc/functions/event.txt", "npc/functions/fishing.txt", "npc/functions/hammocks.txt", "npc/functions/lockpicks.txt", |