//============================================================================= // Super Ball Gun. // Author: Kenneth Stojevich //============================================================================= class SuperBallGun extends ShieldGun config(user) HideDropDown; defaultproperties { ItemName="Super Ball Gun" Description="You can shoot super balls and bounce them back using the alt fire which is your shield, W00T" FireModeClass(0)=SuperBallFire FireModeClass(1)=SuperBallGunAltFire PickupClass=class'SuperBallGunPickup' InventoryGroup=3 AIRating=0.25 CurrentRating=0.35 Priority=10 }