diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2014-11-09 02:06:33 -0800 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2014-11-09 02:06:33 -0800 |
commit | 0ca075ae66c4e6a983e1f25f6e63a39ee12a568e (patch) | |
tree | a0787e13ece1c677f916de0ecf8fa40b823e4ad4 /world/map/npc/annuals/xmas/config.txt | |
parent | 185ba15449fd93f938f33905bf598aac5cde301a (diff) | |
download | serverdata-0ca075ae66c4e6a983e1f25f6e63a39ee12a568e.tar.gz serverdata-0ca075ae66c4e6a983e1f25f6e63a39ee12a568e.tar.bz2 serverdata-0ca075ae66c4e6a983e1f25f6e63a39ee12a568e.tar.xz serverdata-0ca075ae66c4e6a983e1f25f6e63a39ee12a568e.zip |
Give a little respect those poor lost souls who gaze into madness
Diffstat (limited to 'world/map/npc/annuals/xmas/config.txt')
-rw-r--r-- | world/map/npc/annuals/xmas/config.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/world/map/npc/annuals/xmas/config.txt b/world/map/npc/annuals/xmas/config.txt index 5a982c5c..70eb5b05 100644 --- a/world/map/npc/annuals/xmas/config.txt +++ b/world/map/npc/annuals/xmas/config.txt @@ -289,6 +289,9 @@ L_RewardTime: goto L_Return; L_Return: + // technically this only needs to skip the npctimer in SpawnMobs, + // but this is a low-level debug setting so whatever. + if (debug >= 2) end; callfunc "SpawnMobs"; callfunc "PresentHandler"; callfunc "ReplaceTrees"; |