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

13 lines
309 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."
}