More minor cleanup

This commit is contained in:
ebaydayz
2016-03-12 22:40:23 -05:00
parent 473e1eaedd
commit 4c6b636bc0
12 changed files with 76 additions and 152 deletions

View File

@@ -1,6 +1,6 @@
class WeaponHolder_ItemHatchet_DZE: WeaponHolderBase {
scope = public;
displayName = $STR_EQUIP_NAME_41;
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';";