summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--maps/re/015-8-1.mcachebin280 -> 282 bytes
-rw-r--r--npc/015-8-1/puzzle.txt35
2 files changed, 35 insertions, 0 deletions
diff --git a/maps/re/015-8-1.mcache b/maps/re/015-8-1.mcache
index 479b8ae61..0258d799c 100644
--- a/maps/re/015-8-1.mcache
+++ b/maps/re/015-8-1.mcache
Binary files differ
diff --git a/npc/015-8-1/puzzle.txt b/npc/015-8-1/puzzle.txt
index f0827c2cf..7d556ccd6 100644
--- a/npc/015-8-1/puzzle.txt
+++ b/npc/015-8-1/puzzle.txt
@@ -74,3 +74,38 @@ OnInit:
015-8-1,0,0,0 duplicate(#SaggyBossTrap01) #SaggyBossTrap12 NPC_TRAP,0,0
// twelve traps should be enough
+// Transitional, dummy NPCs
+015-8-1,25,34,0 script #LockedDoor01581A NPC_NO_SPRITE,0,0,{
+ end;
+OnTouch:
+ npctalkonce l("This door is locked.");
+ end;
+}
+
+015-8-1,26,68,0 duplicate(#LockedDoor01581A) #LockedDoor01581B NPC_NO_SPRITE,0,0
+015-8-1,37,68,0 duplicate(#LockedDoor01581A) #LockedDoor01581C NPC_NO_SPRITE,0,0
+
+015-8-1,53,31,0 script #PaperNote01581A NPC_NO_SPRITE,{
+ npctalkonce any(l("You cannot decipher what's written in there."), l("It's written in Mananese, you cannot read."), l("It's full of Mouboo drawings."), l("This note is too old and difficult to read."), l("The only readable thing is an old stain of blood."), l("This note is not interesting, maybe the obelisk is more."));
+ end;
+OnInit:
+ .distance=2;
+ end;
+}
+
+015-8-1,56,31,0 duplicate(#PaperNote01581A) #PaperNote01581B NPC_NO_SPRITE
+015-8-1,59,31,0 duplicate(#PaperNote01581A) #PaperNote01581C NPC_NO_SPRITE
+015-8-1,62,31,0 duplicate(#PaperNote01581A) #PaperNote01581D NPC_NO_SPRITE
+015-8-1,65,31,0 duplicate(#PaperNote01581A) #PaperNote01581E NPC_NO_SPRITE
+015-8-1,68,31,0 duplicate(#PaperNote01581A) #PaperNote01581F NPC_NO_SPRITE
+015-8-1,71,31,0 duplicate(#PaperNote01581A) #PaperNote01581G NPC_NO_SPRITE
+
+015-8-1,42,51,0 script #Sign01581A NPC_NO_SPRITE,{
+ npctalkonce l("It's a strange drawing of a Mouboo.");
+ dispbottom l("Where is here? What was this place used for?!");
+ end;
+OnInit:
+ .distance=2;
+ end;
+}
+