NicePack/sources/Weapons/Playable/Heavy/Chaingun/NiceChainGunPickup.uc
2022-01-21 14:25:59 +04:00

13 lines
297 B
Ucode

class NiceChainGunPickup extends ChainGunPickup;
defaultproperties
{
Weight=12.000000
cost=2500
AmmoCost=160
BuyClipSize=75
ItemName="Pat's Chaingun"
ItemShortName="Chaingun"
InventoryType=class'NiceChainGun'
PickupMessage="You got the Patriarch's Chain Gun NW."
}