mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
fixes
This commit is contained in:
@@ -1484,7 +1484,7 @@ class CfgMagazines {
|
||||
class CreateMags
|
||||
{
|
||||
text = "Open %1";
|
||||
script = "spawn player_loadCrate";";
|
||||
script = "spawn player_loadCrate;";
|
||||
output[] = {"FoodbaconCooked",12,"magazine"};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -74,6 +74,7 @@ class CfgWeapons {
|
||||
#include "CfgWeapons\Item\ItemSledge.hpp"
|
||||
#include "CfgWeapons\Item\ItemKeyKit.hpp"
|
||||
#include "CfgWeapons\Item\ItemKeys.hpp"
|
||||
#include "CfgWeapons\Item\ItemToolbox.hpp"
|
||||
|
||||
//Sniper Rifel
|
||||
//#include "CfgWeapons\Weapon\Sniper\AS50.hpp"
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
class ItemToolbox ItemCore
|
||||
class ItemToolbox: ItemCore
|
||||
{
|
||||
scope = 2;
|
||||
displayName = $STR_EQUIP_NAME_2;
|
||||
model = dayz_equipmodelstoolbox.p3d;
|
||||
picture = dayz_equiptexturesequip_toolbox_ca.paa;
|
||||
model = "\dayz_equip\models\toolbox.p3d";
|
||||
picture = "\dayz_equip\textures\equip_toolbox_ca.paa";
|
||||
descriptionShort = $STR_EQUIP_DESC_2;
|
||||
class ItemActions
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user