mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
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:
@@ -13,11 +13,11 @@ class MeleeHatchet : MeleeWeapon
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
class Use
|
||||
/* class Use
|
||||
{
|
||||
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
|
||||
{
|
||||
|
||||
@@ -9,11 +9,11 @@ class ItemHatchet : ItemCore
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
class Use
|
||||
/* class Use
|
||||
{
|
||||
text = $STR_ACTIONS_CHOPWOOD;
|
||||
script = "spawn player_chopWood;";
|
||||
};
|
||||
}; */ //removed in favor of actually needing to use the hatchet as a weapon
|
||||
|
||||
class ToBack
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user