NicePack/sources/Weapons/Playable/AssaultRifles/M4M203M/NiceM4203MPickup.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
443 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'NicePack.NiceM4203MMedicGun'
PickupMessage="You got the M4-203M Medic Rifle NW"
}