schnell hat eine Ende-Meldung bekommen.

Auf Wunsch eines Spielers wurde eine Meldung am
Ende (bzw. einen HB vorher) des Spells 'schnell'
eingebaut.

Change-Id: I63552983e81dc9a8705022958b0c87d518f5a2aa
diff --git a/spellbooks/ab_spells.c b/spellbooks/ab_spells.c
index e65af3f..0637359 100644
--- a/spellbooks/ab_spells.c
+++ b/spellbooks/ab_spells.c
@@ -531,5 +531,9 @@
     dauer = 60;
   caster->ModifySkillAttribute(SA_SPEED, 100, dauer);
 
+  call_out(function void (object pl)
+      {if (pl) tell_object(pl, "Du wirst wieder langsamer.\n"); },
+        dauer-__HEART_BEAT_INTERVAL__, caster);
+
   return ERFOLG;
 }