NicePack/sources/Weapons/Playable/Pistols/9mmPlus/Nice9mmPlusPickup.uc

16 lines
551 B
Ucode

class Nice9mmPlusPickup extends NiceSinglePickup;
defaultproperties
{
bBackupWeapon=True
cost=100
AmmoCost=5
BuyClipSize=15
Description="A 9mm handgun, with a functional laser sight and flashlight. The barrel has been replaced with one that can chamber hotter ammunition loads, meaning faster bullets, meaning more damage!"
ItemName="Beretta"
ItemShortName="9mm"
InventoryType=Class'NicePack.Nice9mmPlus'
PickupMessage="You got the 9mm!"
StaticMesh=StaticMesh'NicePackSM.NinePP.Pickup'
DrawScale=0.100000
}