summaryrefslogtreecommitdiff
path: root/npc/081-2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-03 20:19:30 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-03 20:19:30 -0300
commit1a63e9cf5fe39b7044791249267d2b6c7d3f0fbd (patch)
treea3ccb58dbd0ca395e072879d74801f86257ff441 /npc/081-2
parent5a84dd8369d9d687616637e6a789b270c2452278 (diff)
downloadserverdata-1a63e9cf5fe39b7044791249267d2b6c7d3f0fbd.tar.gz
serverdata-1a63e9cf5fe39b7044791249267d2b6c7d3f0fbd.tar.bz2
serverdata-1a63e9cf5fe39b7044791249267d2b6c7d3f0fbd.tar.xz
serverdata-1a63e9cf5fe39b7044791249267d2b6c7d3f0fbd.zip
Yield some experience for finishing the puzzles
Diffstat (limited to 'npc/081-2')
-rw-r--r--npc/081-2/logic.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/081-2/logic.txt b/npc/081-2/logic.txt
index 629bcb0d..f87207a6 100644
--- a/npc/081-2/logic.txt
+++ b/npc/081-2/logic.txt
@@ -53,6 +53,7 @@ OnTouch:
if (X21CANDLE_CHECK()) {
delcells("X21L1@"+X21ID());
specialeffect(FX_MAGIC_WICKED_SPAWN, AREA, getcharid(3));
+ getexp 12500, 0;
}
closeclientdialog;
close;
@@ -216,6 +217,7 @@ OnInit:
delcells("X21L3@"+X21ID());
'XMAS21AMBUSH = true;
specialeffect(FX_MAGIC_WICKED_SPAWN, AREA, getcharid(3));
+ getexp 12500, 0;
} else {
npctalk l("*click*");
}