summaryrefslogtreecommitdiff
path: root/npc/099-7/boss.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/099-7/boss.txt')
-rw-r--r--npc/099-7/boss.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/npc/099-7/boss.txt b/npc/099-7/boss.txt
index 7f47910e..d6a6ac20 100644
--- a/npc/099-7/boss.txt
+++ b/npc/099-7/boss.txt
@@ -709,3 +709,20 @@ L_Done:
end;
}
+099-7,95,33,0 script An Evil Obelisk NPC185,{
+ mes l("An evil obelisk. Totally not suspcious. At all.");
+ // 1 = Assigned; 2 = Warped; 3 = Obelisk
+ if (getq(Quest_Reapercry) == 2) {
+ next;
+ mesc l("(You touch the mysterious obelisk. Somehow you feels peace and pain at the same time.)");
+ mesc l("(Suddenly a strange sensation flows through you. It feels like your body leaves your soul and becomes one with the stone.)");
+ mesc l("(As suddenly as the feeling started it stops. The strange attraction is away from one moment to the next and the obelisk feels like just an ordinary evil stone.)");
+ setq Quest_Reapercry, 3;
+ }
+ close;
+
+OnInit:
+ .distance=3;
+ end;
+}
+