NicePack/sources/Weapons/Playable/Pistols/9mmPlus/Nice9mmPlusPickup.uc
2022-01-21 14:25:59 +04:00

16 lines
542 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'Nice9mmPlus'
PickupMessage="You got the 9mm!"
StaticMesh=StaticMesh'NicePackSM.NinePP.Pickup'
DrawScale=0.100000
}