summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--maps/pre-re/016-1.mcachebin728 -> 727 bytes
-rw-r--r--npc/080-1/final.txt16
2 files changed, 15 insertions, 1 deletions
diff --git a/maps/pre-re/016-1.mcache b/maps/pre-re/016-1.mcache
index 4ccb5482..b0641a4d 100644
--- a/maps/pre-re/016-1.mcache
+++ b/maps/pre-re/016-1.mcache
Binary files differ
diff --git a/npc/080-1/final.txt b/npc/080-1/final.txt
index 1c245210..56872cf9 100644
--- a/npc/080-1/final.txt
+++ b/npc/080-1/final.txt
@@ -253,7 +253,7 @@ OnTouch:
end;
}
-009-1,30,34,0 script Kytty#X21 NPC430,{
+016-2,29,23,0 script Kytty#X21 NPC430,{
if (!isChristmas21() || !X21_START() || !X21GAK_GOTO()) {
npctalkonce l("Hey there, %s.", strcharinfo(0));
end;
@@ -281,3 +281,17 @@ L_Off:
end;
}
+016-1,84,53,0 script #X21GwenA NPC_HIDDEN,0,0,{
+end;
+OnTouch:
+ if (isChristmas21()) warp "016-2", 28, 31;
+ end;
+}
+016-1,84,50,0 script #X21GwenB NPC_HIDDEN,0,0,{
+end;
+OnTouch:
+ if (isChristmas21()) warp "016-2", 26, 23;
+ end;
+}
+
+