NicePack/sources/Weapons/Playable/Pistols/9mm/NiceDual9mm.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
727 B
Ucode

class NiceDual9mm extends NiceDualies;
defaultproperties
{
SingleClass=Class'NicePack.Nice9mm'
HudImage=Texture'KillingFloorHUD.WeaponSelect.dual_9mm_unselected'
SelectedHudImage=Texture'KillingFloorHUD.WeaponSelect.dual_9mm'
Weight=1.000000
FireModeClass(0)=Class'NicePack.NiceDual9mmFire'
SelectSound=Sound'KFPlayerSound.getweaponout'
Description="A pair of 9mm pistols. What they lack in stopping power, they compensate for with a quick refire."
PickupClass=Class'NicePack.NiceDual9mmPickup'
AttachmentClass=Class'NicePack.NiceDual9mmAttachment'
ItemName="Dual Berettas"
Mesh=SkeletalMesh'KF_Weapons_Trip.Dual9mm'
Skins(0)=Combiner'KF_Weapons_Trip_T.Pistols.Ninemm_cmb'
}