mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-27 10:11:51 +03:00
Fix crafting issue
This commit is contained in:
@@ -24,7 +24,7 @@ class MeleeCrowbar : MeleeWeapon
|
||||
class Drop
|
||||
{
|
||||
text = $STR_ACTIONS_DROP;
|
||||
script = "spawn player_dropWeapon; r_action_count = r_action_count + 1;";
|
||||
script = "spawn player_dropWeapon;"; // r_action_count = r_action_count + 1;
|
||||
use[] = {"Crowbar_Swing"};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user