summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/081-3/logic.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/081-3/logic.txt b/npc/081-3/logic.txt
index a2d61032..42681e43 100644
--- a/npc/081-3/logic.txt
+++ b/npc/081-3/logic.txt
@@ -199,7 +199,9 @@ OnTouch:
OnTouch:
.@id = X21ID();
if ($@XMAS21_BC1[.@id] == X21BC1_ON) end;
- warp "081-2", 90, 21;
+ X21INIT();
+ .@mapn$="0812@"+X21ID2();
+ warp .@mapn$, 90, 21;
end;
}