13 lines
297 B
Ucode
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."
|
|
}
|