From 0651b790bc350a2ca36a4fd9a2eb03cf5422937d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 11 Jul 2018 16:02:13 -0300 Subject: Bad typo --- npc/003-1/magic.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/003-1/magic.txt b/npc/003-1/magic.txt index 1cd76a50b..826901fe3 100644 --- a/npc/003-1/magic.txt +++ b/npc/003-1/magic.txt @@ -7,7 +7,7 @@ 003-1,34,33,0 script #MagicSchoolGate1 NPC_HIDDEN,0,0,{ end; OnTouch: - if (countitem(JesusalvaGrimorium) <= 0 || $MAGIC_LVL < 2) { + if (countitem(JesusalvaGrimorium) <= 0 || MAGIC_LVL < 2) { slide 36, 39; percentheal -5, -10; dispbottom l("Powerful magic repels you away from this magic place!"); -- cgit v1.2.3-60-g2f50