mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
CfgMagazines cleanup
This commit is contained in:
@@ -4,6 +4,8 @@ class CfgMagazines
|
|||||||
class CA_Magazine;
|
class CA_Magazine;
|
||||||
class HandGrenade;
|
class HandGrenade;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//Weapon magazines
|
//Weapon magazines
|
||||||
#include "Magazines\Magazines.hpp"
|
#include "Magazines\Magazines.hpp"
|
||||||
|
|
||||||
@@ -33,11 +35,10 @@ class CfgMagazines
|
|||||||
|
|
||||||
//Consumables: food, drinks etc.
|
//Consumables: food, drinks etc.
|
||||||
#include "Consumables\Consumables.hpp"
|
#include "Consumables\Consumables.hpp"
|
||||||
// Ammmo
|
|
||||||
|
|
||||||
|
|
||||||
//EPOCH ADDITIONS
|
//EPOCH ADDITIONS
|
||||||
//#include "Ammo.hpp"
|
|
||||||
#include "VehicleAmmo.hpp"
|
#include "VehicleAmmo.hpp"
|
||||||
|
|
||||||
// Gems
|
// Gems
|
||||||
|
|||||||
@@ -822,10 +822,10 @@
|
|||||||
scope = public;
|
scope = public;
|
||||||
count = 1;
|
count = 1;
|
||||||
type = 256;
|
type = 256;
|
||||||
displayName = "Safe";
|
displayName = $STR_EPOCH_SAFE;
|
||||||
model = "\z\addons\dayz_epoch\models\safe_onside.p3d";
|
model = "\z\addons\dayz_epoch\models\safe_onside.p3d";
|
||||||
picture = "\z\addons\dayz_epoch\pictures\equip_safe_ca.paa";
|
picture = "\z\addons\dayz_epoch\pictures\equip_safe_ca.paa";
|
||||||
descriptionShort = "Personal Safe: A placeable object that is used for very secure storage. WARNING!!! Placing your safe will give you a 4 digit number that is used to open the safe, save that number!";
|
descriptionShort = $STR_EPOCH_SAFE_DESC;
|
||||||
class ItemActions
|
class ItemActions
|
||||||
{
|
{
|
||||||
class Build {
|
class Build {
|
||||||
|
|||||||
@@ -3459,16 +3459,6 @@
|
|||||||
<!-- <French></French> -->
|
<!-- <French></French> -->
|
||||||
<Czech>Vytvořit Lesní maskovací síť</Czech>
|
<Czech>Vytvořit Lesní maskovací síť</Czech>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EPOCH_PLAYER_272">
|
|
||||||
<Original>Build Sandbag</Original>
|
|
||||||
<English>Build Sandbag</English>
|
|
||||||
<German>Sandsack aufstellen</German>
|
|
||||||
<Russian>Установить: Мешки с песком</Russian>
|
|
||||||
<!-- <Spanish></Spanish> -->
|
|
||||||
<!-- <Dutch></Dutch> -->
|
|
||||||
<!-- <French></French> -->
|
|
||||||
<Czech>Postavit Pytle s pískem</Czech>
|
|
||||||
</Key>
|
|
||||||
<Key ID="STR_EPOCH_PLAYER_273">
|
<Key ID="STR_EPOCH_PLAYER_273">
|
||||||
<Original>Craft Large Sandbag</Original>
|
<Original>Craft Large Sandbag</Original>
|
||||||
<English>Craft Large Sandbag</English>
|
<English>Craft Large Sandbag</English>
|
||||||
|
|||||||
Reference in New Issue
Block a user