summaryrefslogtreecommitdiff
path: root/world/map/npc/annuals/halloween/debug.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/annuals/halloween/debug.txt')
-rw-r--r--world/map/npc/annuals/halloween/debug.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/world/map/npc/annuals/halloween/debug.txt b/world/map/npc/annuals/halloween/debug.txt
index 8f3d066e..b9ca8ac3 100644
--- a/world/map/npc/annuals/halloween/debug.txt
+++ b/world/map/npc/annuals/halloween/debug.txt
@@ -13,6 +13,7 @@ L_Live:
"Set Old Event Flag.", L_LastReset,
"Halloween Time Key Change.", L_HalloweenTimeKey,
"Reset NPC's mask memory", L_ResetMask,
+ "Summon Tormenta", L_Tormenta,
"Nothing.", L_Close;
L_Debug:
@@ -24,6 +25,7 @@ L_Debug:
"Set NPC trick or treat flag", L_SetTrickOrTreats,
"Reset my quest state", L_ResetMe,
"Reset NPC's mask memory", L_ResetMask,
+ "Summon Tormenta", L_Tormenta,
"Nothing.", L_Close;
L_DebugTime:
@@ -129,6 +131,10 @@ L_ResetMask:
set $@halloween_maskmemory[8 * @halloween_npc_id], 0;
goto L_Debug;
+L_Tormenta:
+ donpcevent "Munro::OnTormenta";
+ goto L_Close;
+
L_Close:
set @tmp, 0;
set @mask, 0;