mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
1.0.1.8 DEV TEST
This commit is contained in:
@@ -20,6 +20,23 @@ class CfgWeapons {
|
||||
class GrenadeLauncher; // External class reference
|
||||
|
||||
class DMR; // External class reference
|
||||
|
||||
class ItemKnife: ItemCore
|
||||
{
|
||||
scope = 2;
|
||||
displayName = "$STR_EQUIP_NAME_4";
|
||||
model = "\dayz_equip\models\knife_gear.p3d";
|
||||
picture = "\dayz_equip\textures\equip_knife_ca.paa";
|
||||
descriptionShort = "$STR_EQUIP_DESC_4";
|
||||
class ItemActions
|
||||
{
|
||||
class Use
|
||||
{
|
||||
text="Harvest Plant";
|
||||
script="spawn player_harvestPlant;";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
#include "CfgWeapons\Loot.hpp"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user