summaryrefslogtreecommitdiff
path: root/npc/003-1/magic.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-1/magic.txt')
-rw-r--r--npc/003-1/magic.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/003-1/magic.txt b/npc/003-1/magic.txt
index 03a89de24..cd0366739 100644
--- a/npc/003-1/magic.txt
+++ b/npc/003-1/magic.txt
@@ -7,13 +7,14 @@
003-1,34,33,0 script #MagicSchoolGate1 NPC_HIDDEN,0,0,{
end;
OnTouch:
+ /*
if (countitem(JesusalvaGrimorium) <= 0 || MAGIC_LVL < 2) {
slide 36, 39;
percentheal -5, -10;
dispbottom l("Powerful magic repels you away from this magic place!");
- } else {
- warp "003-0", 48, 51;
- dispbottom col(l("CONDEMNED: This building has been condemned. The roof may fall. Be careful!"), 1);
}
+ */
+ warp "003-0", 48, 51;
+ dispbottom col(l("CONDEMNED: This building has been condemned. The roof may fall. Be careful!"), 1);
end;
}