mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
incorrect chainsaw name
This commit is contained in:
@@ -171,29 +171,29 @@ class CfgWeapons {
|
||||
magazines[] = {"CSGAS"};
|
||||
class Library
|
||||
{
|
||||
libTextDesc = "Horlite Chainsaw";
|
||||
libTextDesc = "Hermlite Chainsaw";
|
||||
};
|
||||
descriptionShort = "Horlite Chainsaw";
|
||||
descriptionShort = "Hermlite Chainsaw";
|
||||
};
|
||||
class ChainSawB : ChainSaw {
|
||||
model = "\z\addons\dayz_epoch\models\chainsaw_B.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_chainsawB_CA.paa";
|
||||
descriptionShort = "Horlite Chainsaw (Blue)";
|
||||
descriptionShort = "Hermlite Chainsaw (Blue)";
|
||||
};
|
||||
class ChainSawG : ChainSaw {
|
||||
model = "\z\addons\dayz_epoch\models\chainsaw_G.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_chainsawG_CA.paa";
|
||||
descriptionShort = "Horlite Chainsaw (Green)";
|
||||
descriptionShort = "Hermlite Chainsaw (Green)";
|
||||
};
|
||||
class ChainSawP : ChainSaw {
|
||||
model = "\z\addons\dayz_epoch\models\chainsaw_P.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_chainsawP_CA.paa";
|
||||
descriptionShort = "Horlite Chainsaw (Pink)";
|
||||
descriptionShort = "Hermlite Chainsaw (Pink)";
|
||||
};
|
||||
class ChainSawR : ChainSaw {
|
||||
model = "\z\addons\dayz_epoch\models\chainsaw_R.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_chainsawR_CA.paa";
|
||||
descriptionShort = "Horlite Chainsaw (Red)";
|
||||
descriptionShort = "Hermlite Chainsaw (Red)";
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user