NicePack/sources/Weapons/Playable/Pistols/9mmPlus/NiceDual9mmPlusPickup.uc
Anton Tarasenko 12d95e387e Revert weapon conversion
This patch reverts first step of global weapon conversion
that would have halted the release of the next version for too long.
2020-04-17 23:06:41 +07:00

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+!"
}