ac0be53289
Fixed upgrades in WeaponSelectWidget Fixed original weapons in CustomTrader Removed dual 9mm and medpistol from trader MedicPistol: replaced GetPerk function just for fun CustomTrader is always active now Custom 9mm and medpistol added to trader for upgrades Removed 9mm and medpistol from PickupFactory (weapons that placed on map) Known bug: custom 9mm and medpistol haven't localization, i dont know how to fix that
10 lines
162 B
Ucode
10 lines
162 B
Ucode
class ExtWeapDef_9mm extends KFWeapDef_9mm
|
|
abstract;
|
|
|
|
DefaultProperties
|
|
{
|
|
// Set free ammo
|
|
AmmoPricePerMag=0
|
|
|
|
WeaponClassPath="ServerExt.ExtWeap_Pistol_9mm"
|
|
} |