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
19 lines
337 B
Ucode
19 lines
337 B
Ucode
class ExtWeapDef_MedicPistol extends KFWeapDef_MedicPistol
|
|
abstract;
|
|
|
|
DefaultProperties
|
|
{
|
|
// Unsellable weapon
|
|
BuyPrice=0
|
|
|
|
// Free ammo
|
|
AmmoPricePerMag=0
|
|
|
|
WeaponClassPath="ServerExt.ExtWeap_Pistol_MedicS"
|
|
|
|
// Unsellable upgrades
|
|
UpgradeSellPrice[0] = 0
|
|
UpgradeSellPrice[1] = 0
|
|
UpgradeSellPrice[2] = 0
|
|
UpgradeSellPrice[3] = 0
|
|
} |