summaryrefslogtreecommitdiff
path: root/world/map/conf/magic.conf.template
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/conf/magic.conf.template')
-rw-r--r--world/map/conf/magic.conf.template5
1 files changed, 5 insertions, 0 deletions
diff --git a/world/map/conf/magic.conf.template b/world/map/conf/magic.conf.template
index e77039fc..58975e5b 100644
--- a/world/map/conf/magic.conf.template
+++ b/world/map/conf/magic.conf.template
@@ -765,6 +765,11 @@ LOCAL SPELL rain : "#N13" =
set @flag, 1;
callfunc "QuestTreeTrigger";
};
+ // Halloween quest
+ IF ( is_in(location(caster), @("011-1.gat", 94, 38) @+ (9, 7)) )
+ THEN {
+ callfunc "HalloweenQuestWaterPumpkins";
+ };
FOR i = 0 TO (spellpower / 3) DO (
FOR j = 0 TO min(spellpower / 2, 200) / 100 DO (
location = random_location(area);