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 HandGrenade;
|
||||
|
||||
|
||||
|
||||
//Weapon magazines
|
||||
#include "Magazines\Magazines.hpp"
|
||||
|
||||
@@ -33,11 +35,10 @@ class CfgMagazines
|
||||
|
||||
//Consumables: food, drinks etc.
|
||||
#include "Consumables\Consumables.hpp"
|
||||
// Ammmo
|
||||
|
||||
|
||||
|
||||
//EPOCH ADDITIONS
|
||||
//#include "Ammo.hpp"
|
||||
#include "VehicleAmmo.hpp"
|
||||
|
||||
// Gems
|
||||
|
||||
@@ -822,10 +822,10 @@
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Safe";
|
||||
displayName = $STR_EPOCH_SAFE;
|
||||
model = "\z\addons\dayz_epoch\models\safe_onside.p3d";
|
||||
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 Build {
|
||||
|
||||
@@ -3459,16 +3459,6 @@
|
||||
<!-- <French></French> -->
|
||||
<Czech>Vytvořit Lesní maskovací síť</Czech>
|
||||
</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">
|
||||
<Original>Craft Large Sandbag</Original>
|
||||
<English>Craft Large Sandbag</English>
|
||||
|
||||
Reference in New Issue
Block a user