rebase melee hatchet to fix #814

This commit is contained in:
[VB]AWOL
2013-11-28 09:58:08 -06:00
parent f33f406c73
commit 5b21ceae00
9 changed files with 15 additions and 15 deletions

View File

@@ -16,7 +16,7 @@ class ItemHatchet_DZE : ItemCore {
};
output[]=
{
"MeleeHatchet"
"MeleeHatchet_DZE"
};
};
};

View File

@@ -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[]=
{