From 14e4b85e119173989d0eb85bf596b7d0e7013ff7 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 15 Jul 2019 17:21:30 -0300 Subject: Fix bugs, move Colin and Luca to second building, change restrictions of second building, add Professor and Researcher for new feature. --- npc/003-1/magic.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'npc/003-1') 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; } -- cgit v1.2.3-70-g09d2