NicePack/sources/Weapons/Playable/SniperWeapons/Winchester/NiceWinchesterAmmoPickup.uc
2022-01-21 14:25:59 +04:00

10 lines
195 B
Ucode

class NiceWinchesterAmmoPickup extends NiceAmmoPickup;
defaultproperties
{
AmmoAmount=10
InventoryType=class'NiceWinchesterAmmo'
PickupMessage=".44 rounds"
StaticMesh=None
}