summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/magic.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/magic.conf b/conf/magic.conf
index c4d8f6ac..220c8566 100644
--- a/conf/magic.conf
+++ b/conf/magic.conf
@@ -139,7 +139,7 @@ SPELL flare-dart : "#fla" =
ATTRIGGER CALL attack_check(target);
CALL elt_damage (target, damage, damage_bonus, ELT_WATER, ELT_FIRE, 15);
-
+
SPELL magic-blade : "#mbl" =
LET level = 0
school = WAR
@@ -571,7 +571,7 @@ LOCAL SPELL mouboo-groan : "#g" =
THEN message(p, "The moubootaur's groaning rings in your ears!");
ELSE IF (distance < 70)
THEN message(p, "You hear a loud groaning noise, not far away...");
- ELSE message(p, "You hear an odd groaining noise in the distance...");
+ ELSE message(p, "You hear an odd groaning noise in the distance...");
LOCAL SPELL mouboo-smell : "#s" =
@@ -598,4 +598,4 @@ SPELL trick-or-treat : "trick-or-treat" =
spawn(rbox(location(caster), 3), caster, 1010, 0, 1 + random(3), 10000 + random(20000));
FOREACH MOB target IN rbox(location(caster), 5) DO
(sfx(target, 5, 0);
- aggravate(target, 0, caster);)) \ No newline at end of file
+ aggravate(target, 0, caster);))