summaryrefslogtreecommitdiff
path: root/npc/025-1/_config.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/025-1/_config.txt')
-rw-r--r--npc/025-1/_config.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/025-1/_config.txt b/npc/025-1/_config.txt
index 51d36e920..7a7a328b1 100644
--- a/npc/025-1/_config.txt
+++ b/npc/025-1/_config.txt
@@ -9,3 +9,10 @@ OnEnable:
OnInit:
setcells "025-1", 99, 112, 100, 112, 1, "025-1_99_112";
}
+
+025-1,100,122,0 script #025-1_100_122 NPC_HIDDEN,7,0,{
+ end;
+OnTouch:
+ doevent "#DungeonCore::OnCurse";
+ end;
+}