mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-14 12:12:56 +03:00
rebase melee hatchet to fix #814
This commit is contained in:
@@ -16,7 +16,7 @@ class ItemHatchet_DZE : ItemCore {
|
||||
};
|
||||
output[]=
|
||||
{
|
||||
"MeleeHatchet"
|
||||
"MeleeHatchet_DZE"
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
class MeleeHatchet: MeleeWeapon
|
||||
class MeleeHatchet_DZE: MeleeWeapon
|
||||
{
|
||||
scope=2;
|
||||
melee= "true";
|
||||
@@ -25,7 +25,7 @@ class MeleeHatchet: MeleeWeapon
|
||||
script="spawn player_addToolbelt;";
|
||||
use[]=
|
||||
{
|
||||
"MeleeHatchet"
|
||||
"MeleeHatchet_DZE"
|
||||
};
|
||||
output[]=
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user