=============================================================================
Eraser Spike Grenade, version 0.1
Copyright (c) 1998 by Demon Knight (Gabriel Lakatos)
=============================================================================

This mod uses the Flak Cannon as a template in creating the spike grenade
launcher as seen in the movie Eraser. Basically the first grenade fired
will spawn another one upon impact. The second one will fly straight up.
Upon reaching the apogee of its ascent it explodes unleashing 100 spikes
in a spherical pattern.

This is my first mod EVER so please don't expect a flawless one.
Bugs  : Sometimes the grenade doesn't explode in the air and falls
        back to the ground. 
Files : Eraser.u -> Unreal\System    
        Eraser.txt

=============================================================================
In Unreal (at the console) type : "summon eraser.eraserflakcannon"
=============================================================================

In UScript look under the following classes to find the modifications :
 -Inventory.Weapon.FlakCannon.EraserFlakCannon (the weapon itself)
 -Projectile.FlakShell.EraserFlakShell (the first of the grenades)
 -Projectile.FlakShell.EraserFlakShell2 (the grenade that spawns the spikes)
 -Projectile.StingerProjectile.EraserStingerProjectile (the spikes)

=============================================================================
The Eraser Spike Grenade and all classes contained within the modification 
are Copyright (c) 1998 Gabriel Lakatos (Demon Knight). Feel free to derive 
any other mod from this one or to use this mod in any level but please notify 
the author before doing so.
=============================================================================

Any comments or suggestions would be greatly appreciated at :
knightofthedemon@hotmail.com
   -[converted to 224 by Psi-Koitk - www.planetunreal.com/sectio8]-