This patch reverts first step of global weapon conversion that would have halted the release of the next version for too long.
5 lines
678 B
Ucode
5 lines
678 B
Ucode
class NiceJudgePistolPickup extends NiceSinglePickup;
|
|
defaultproperties
|
|
{
|
|
Weight=4.000000
|
|
cost=2500
|
|
AmmoCost=15
|
|
BuyClipSize=5
|
|
PowerValue=65
|
|
SpeedValue=35
|
|
RangeValue=60
|
|
Description="50 Cal AE handgun. A powerful personal choice for personal defense."
|
|
ItemName="Raging Judge"
|
|
ItemShortName="Raging Judge"
|
|
AmmoItemName=".300 JHP Ammo"
|
|
VariantClasses(0)=Class'NicePack.SkinGoldenJudgePistolPickup'
|
|
InventoryType=Class'NicePack.NiceJudgePistol'
|
|
PickupMessage="You got the Taurus Raging Judge."
|
|
PickupSound=Sound'KF_RevolverSnd.foley.WEP_Revolver_Foley_Pickup'
|
|
StaticMesh=StaticMesh'NicePackSM.judge.judge_pickup'
|
|
}
|