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

14 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'NiceM4203MMedicGun'
PickupMessage="You got the M4-203M Medic Rifle NW"
}