summaryrefslogtreecommitdiff
path: root/npc/004-2/bug.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/004-2/bug.txt')
-rw-r--r--npc/004-2/bug.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/004-2/bug.txt b/npc/004-2/bug.txt
index 479fa948d..6c4bbd412 100644
--- a/npc/004-2/bug.txt
+++ b/npc/004-2/bug.txt
@@ -18,6 +18,7 @@ OnInit:
004-2,81,23,0 script Sign#TempBugfix NPC_SWORDS_SIGN,{
if (countitem(DesertTablet)) goto L_Tablet;
+ if (MAGIC_LVL >= 7) goto L_RawPower;
mesc l("Impossible to read.");
close;
@@ -28,6 +29,13 @@ L_Tablet:
cwarp "001-3", 117, 135;
close;
+L_RawPower:
+ mes l("You can sense powerful cloaking magic emanating from this sign. With your superior magic, you dismiss the enchantment, and see what the cliffs have been hiding all along...");
+ next;
+ closeclientdialog;
+ cwarp "001-3", 117, 135;
+ close;
+
OnInit:
.sex = G_OTHER;
.distance = 3;