This patch reverts first step of global weapon conversion that would have halted the release of the next version for too long.
5 lines
414 B
Ucode
5 lines
414 B
Ucode
class NiceDual9mmPlusPickup extends NiceDualiesPickup;
|
|
defaultproperties
|
|
{
|
|
bBackupWeapon=True
|
|
cost=200
|
|
AmmoCost=16
|
|
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'NicePack.NiceDual9mmPlus'
|
|
PickupMessage="You got the Dual 9mm +P+!"
|
|
}
|