NicePack/sources/Weapons/Playable/Pistols/9mmPlus/Nice9mmPlusPickup.uc
Anton Tarasenko 12d95e387e Revert weapon conversion
This patch reverts first step of global weapon conversion
that would have halted the release of the next version for too long.
2020-04-17 23:06:41 +07:00

5 lines
536 B
Ucode

class Nice9mmPlusPickup extends NiceSinglePickup;
defaultproperties
{
bBackupWeapon=True
cost=100
AmmoCost=8
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
}