From 4af79e0e276ba70148c22e2d84cbc02e778e36f2 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 9 Aug 2018 23:33:28 -0300 Subject: Revert "Debug markers required", because they aren't. The bug was caused because missing returns and wrong ends. This reverts commit f662ebc4232d427ec394d27d3c9153a625de8a4d. --- npc/config/magic.txt | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'npc/config') diff --git a/npc/config/magic.txt b/npc/config/magic.txt index 81d0cdbeb..e7f2c218f 100644 --- a/npc/config/magic.txt +++ b/npc/config/magic.txt @@ -17,21 +17,13 @@ // SkillID, EXP Points function script GetManaExp { - debugmes "--- Magic Subsystem: GME called"; .@sk=getarg(0); .@pt=getarg(1); - debugmes "--- Magic Subsystem: GME: Arguments Read"; - if (getskilllv(TMW2_SAGE)) - .@bonus=rand(0,getskilllv(TMW2_SAGE)*3/2); - else - .@bonus=0; - debugmes "--- Magic Subsystem: GME: Evaluating"; + .@bonus=rand(0,getskilllv(TMW2_SAGE)*3/2); if (LAST_SKILL == .@sk) end; - debugmes "--- Magic Subsystem: GME: Recording"; LAST_SKILL=.@sk; MAGIC_EXP=MAGIC_EXP+.@pt+.@bonus; - debugmes "--- Magic Subsystem: GME: Complete"; return; } -- cgit v1.2.3-60-g2f50