NicePack/sources/Weapons/Playable/Pistols/Glock/NiceGlockPickup.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
609 B
Ucode

class NiceGlockPickup extends NiceSinglePickup;
defaultproperties
{
bBackupWeapon=True
Weight=2.000000
cost=125
BuyClipSize=12
PowerValue=50
SpeedValue=45
RangeValue=60
Description="Specifically for the needs of the army and police special forces company Glock created version of the model 17."
ItemName="Glock-17"
ItemShortName="Glock-17"
AmmoItemName="9mm Ammo"
InventoryType=Class'NicePack.NiceGlock'
PickupMessage="You got the Glock-17"
PickupSound=Sound'KF_MK23Snd.MK23_Pickup'
StaticMesh=StaticMesh'NicePackSM.Glock17.singleGlock17_stc'
}