Fix vanilla chop wood error

Players can now chop wood either with hatchet in their hands (faster) or
via right click on toolbelt (slower).
This commit is contained in:
ebaydayz
2016-04-21 12:28:00 -04:00
parent 7da7b9e5dd
commit 796c607173
5 changed files with 29 additions and 49 deletions

View File

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