rott/kf_sources/NicePack/Classes/Nice9mmPlusPickup.uc
2026-07-14 20:27:09 +07:00

16 lines
557 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
}