NicePack/sources/Weapons/Playable/AssaultRifles/M4M203M/NiceM4203MPickup.uc
2022-01-21 14:25:59 +04:00

14 lines
430 B
Ucode

class NiceM4203MPickup extends NiceM4203Pickup;
defaultproperties
{
cost=1250
AmmoCost=40
PowerValue=30
Description="An assault rifle with an attached healing grenade launcher. Shoots in 3-bullet fixed-burst mode."
ItemName="M4-203M Medic Rifle NW"
ItemShortName="M4-203M NW"
CorrespondingPerkIndex=0
InventoryType=class'NiceM4203MMedicGun'
PickupMessage="You got the M4-203M Medic Rifle NW"
}