NicePack/sources/Weapons/Playable/Shotguns/KSG/NiceKSGAmmoPickup.uc

9 lines
185 B
Ucode

class NiceKSGAmmoPickup extends NiceAmmoPickup;
defaultproperties
{
AmmoAmount=12
InventoryType=Class'KFMod.ShotgunAmmo'
PickupMessage="12-Gauge Drum"
StaticMesh=None
}