mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
Fix wrong output on ItemKiloHemp for HempSeed
Reported by Epoch forums user Runewulv
This commit is contained in:
@@ -1171,7 +1171,7 @@ class ItemKiloHemp : CA_Magazine
|
|||||||
class Crafting1
|
class Crafting1
|
||||||
{
|
{
|
||||||
text = $STR_EPOCH_PLAYER_269a;
|
text = $STR_EPOCH_PLAYER_269a;
|
||||||
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
|
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
|
||||||
neednearby[] = {""};
|
neednearby[] = {""};
|
||||||
requiretools[] = {"ItemKnife"};
|
requiretools[] = {"ItemKnife"};
|
||||||
output[] = {{"ItemHempSeed",5}};
|
output[] = {{"ItemHempSeed",5}};
|
||||||
|
|||||||
Reference in New Issue
Block a user