diff options
Diffstat (limited to 'conf/magic.conf.template')
-rw-r--r-- | conf/magic.conf.template | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/magic.conf.template b/conf/magic.conf.template index 17d4b627..199fa975 100644 --- a/conf/magic.conf.template +++ b/conf/magic.conf.template @@ -233,7 +233,6 @@ SPELL ask-magic-exp : "#G01" = ELSE max_experience = 100; ratio = (10 * experience) / max_experience; - message (caster, "level=" + level + " exp=" + experience + " / " + max_experience + " => " + ratio); IF ratio >= 10 THEN message(caster, "You feel that are ready to advance to the next level of magic."); |