14 lines
420 B
Ucode
14 lines
420 B
Ucode
class NiceDual9mmPlusPickup extends NiceDualiesPickup;
|
|
defaultproperties
|
|
{
|
|
bBackupWeapon=True
|
|
cost=200
|
|
BuyClipSize=30
|
|
AmmoCost=10
|
|
Description="A pair of custom 9mm handguns. These have been improved with a laser sight and more powerful ammunition"
|
|
ItemName="Dual Berettas"
|
|
ItemShortName="Dual Berettas"
|
|
InventoryType=class'NiceDual9mmPlus'
|
|
PickupMessage="You got the Dual 9mm +P+!"
|
|
}
|