Use Epoch player_harvest instead of player_chopWood

This commit is contained in:
ebaydayz
2016-04-19 16:51:20 -04:00
parent ba480fb218
commit f0c46a0764
11 changed files with 30 additions and 56 deletions

View File

@@ -13,11 +13,11 @@ class MeleeHatchet : MeleeWeapon
class ItemActions
{
class Use
/*class Use // Must hit tree to chop wood on Epoch, see player_harvest
{
text = $STR_ACTIONS_CHOPWOOD;
script = "spawn player_chopWood";
};
};*/
class Toolbelt
{