summaryrefslogtreecommitdiff
path: root/conf/magic.conf
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2008-11-09 10:42:44 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2008-11-09 10:42:44 +0000
commit47e0fe0a201ec6e74b7ee6e0fd90862310b33c5b (patch)
treea9ceba1aa373e672290cf2a2bb3ab7c70a88af26 /conf/magic.conf
parent07ae5f513bd38206827acd2150cb9fc8bf27dd33 (diff)
downloadserverdata-47e0fe0a201ec6e74b7ee6e0fd90862310b33c5b.tar.gz
serverdata-47e0fe0a201ec6e74b7ee6e0fd90862310b33c5b.tar.bz2
serverdata-47e0fe0a201ec6e74b7ee6e0fd90862310b33c5b.tar.xz
serverdata-47e0fe0a201ec6e74b7ee6e0fd90862310b33c5b.zip
Spelling fix
Diffstat (limited to 'conf/magic.conf')
-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);))