//============================================================================= // SuperBallAmmo. // Author: Kenneth Stojevich //============================================================================= class SuperBallAmmo extends FlakAmmo; var int ammoReload; defaultproperties { ammoReload = 1; MaxAmmo=4 InitialAmount=4 ItemName="Super Balls" }