mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-23 16:40:50 +03:00
Remove Hatchet_DZE
The two items are 100% identical now. There is no need to have a separate class for it anymore.
This commit is contained in:
@@ -1,24 +0,0 @@
|
||||
class WeaponHolder_ItemHatchet_DZE: WeaponHolderBase {
|
||||
scope = public;
|
||||
displayName = $STR_EQUIP_NAME_HATCHET;
|
||||
model = "\dayz_equip\models\hatchet.p3d";
|
||||
class eventHandlers {
|
||||
init = "[(_this select 0),'cfgWeapons','ItemHatchet_DZE'] execVM '\z\addons\dayz_code\init\object_pickupAction.sqf';";
|
||||
};
|
||||
};
|
||||
class WeaponHolder_ItemMachete: WeaponHolderBase {
|
||||
scope = public;
|
||||
displayName = "Machete";
|
||||
model="\z\addons\dayz_communityassets\models\machete.p3d";
|
||||
class eventHandlers {
|
||||
init = "[(_this select 0),'cfgWeapons','ItemMachete'] execVM '\z\addons\dayz_code\init\object_pickupAction.sqf';";
|
||||
};
|
||||
};
|
||||
class WeaponHolder_MeleeCrowbar: WeaponHolderBase {
|
||||
scope = public;
|
||||
displayName = "Crowbar";
|
||||
model = "\dayz_equip\models\crowbar.p3d";
|
||||
class eventHandlers {
|
||||
init = "[(_this select 0),'cfgWeapons','ItemCrowbar'] execVM '\z\addons\dayz_code\init\object_pickupAction.sqf';";
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user