one missing loot position for Panthera added

Reverted model change test on machete.
This commit is contained in:
vbawol
2013-05-06 14:32:10 -05:00
parent 3e6ea13cb0
commit 37877fda0c
2 changed files with 6 additions and 3 deletions

View File

@@ -3041,8 +3041,7 @@ class CfgVehicles
{
scope = 2;
displayName = "Machete";
// test model="\z\addons\dayz_communityassets\models\machete.p3d";
model = "\dayz_equip\models\hatchet.p3d";
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';";