Remove right click to harvest wood

You must now actually use the hatchet to chop wood (i think it was like
this in 1.0.5)
This commit is contained in:
icomrade
2016-07-21 17:03:51 -04:00
parent 96ddc8ff62
commit 51a0640855
2 changed files with 5 additions and 5 deletions

View File

@@ -13,11 +13,11 @@ class MeleeHatchet : MeleeWeapon
class ItemActions class ItemActions
{ {
class Use /* class Use
{ {
text = $STR_ACTIONS_CHOPWOOD; text = $STR_ACTIONS_CHOPWOOD;
script = "spawn player_chopWood"; script = "spawn player_chopWood;";
}; }; */ //removed in favor of actually needing to use the hatchet as a weapon
class Toolbelt class Toolbelt
{ {

View File

@@ -9,11 +9,11 @@ class ItemHatchet : ItemCore
class ItemActions class ItemActions
{ {
class Use /* class Use
{ {
text = $STR_ACTIONS_CHOPWOOD; text = $STR_ACTIONS_CHOPWOOD;
script = "spawn player_chopWood;"; script = "spawn player_chopWood;";
}; }; */ //removed in favor of actually needing to use the hatchet as a weapon
class ToBack class ToBack
{ {