mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-11 10:42:58 +03:00
Fix some errors
This commit is contained in:
@@ -8,6 +8,8 @@ CrashSiteType[] =
|
||||
{Loot_NONE, 1, CrashSite_UN, CrashSiteUN} //United Nations Mi-8
|
||||
};
|
||||
|
||||
|
||||
|
||||
/* Russian */
|
||||
|
||||
CrashSiteRU[] =
|
||||
|
||||
@@ -16,11 +16,11 @@ pistols[] = {
|
||||
{Loot_WEAPON, 0.1, revolver_gold_EP1}
|
||||
};
|
||||
shotgunsingleshot[] = {
|
||||
{Loot_WEAPON, 2, Winchester1866},
|
||||
{Loot_WEAPON, 2, Winchester1866_DZ},
|
||||
{Loot_WEAPON, 1.7, LeeEnfield},
|
||||
{Loot_WEAPON, 1.7, MR43},
|
||||
{Loot_WEAPON, 1, Saiga12K},
|
||||
{Loot_WEAPON, 1, Remington870_lamp},
|
||||
{Loot_WEAPON, 1, Remington870_DZ},
|
||||
{Loot_WEAPON, 1, Crossbow_DZ},
|
||||
//{Loot_WEAPON, 1, RedRyder},
|
||||
{Loot_WEAPON, 1, M1014}
|
||||
@@ -105,10 +105,10 @@ machineguns[] = {
|
||||
{Loot_WEAPON, 1, m240_scoped_EP1_DZE},
|
||||
{Loot_WEAPON, 0.8, M240_DZ},
|
||||
{Loot_WEAPON, 0.8, M249_EP1_DZ},
|
||||
{Loot_WEAPON, 0.5, Mk_48_DZ}
|
||||
{Loot_WEAPON, 0.5, Mk_48}
|
||||
};
|
||||
militaryshotguns[] = {
|
||||
{Loot_WEAPON, 2, Saiga12K},
|
||||
{Loot_WEAPON, 2, Remington870_lamp},
|
||||
{Loot_WEAPON, 2, Remington870_FL_DZ},
|
||||
{Loot_WEAPON, 2, M1014}
|
||||
};
|
||||
@@ -1,5 +1,5 @@
|
||||
// DayZ tents are defined in \dayz_equip\configs\Storage.hpp
|
||||
|
||||
class TentStorage;
|
||||
class TentStorageDomed: TentStorage {
|
||||
displayName = "Digital Camo Tent";
|
||||
vehicleClass = "Survival";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
class ItemSledge: ItemCore
|
||||
class ItemSledge: ItemCore // Epoch class
|
||||
{
|
||||
scope = public;
|
||||
|
||||
@@ -31,6 +31,16 @@ class ItemSledge: ItemCore
|
||||
};
|
||||
};
|
||||
|
||||
class ItemSledgeHammer : ItemCore
|
||||
{
|
||||
scope = public;
|
||||
|
||||
model = "z\addons\dayz_communityweapons\models\sledge_hammer\sledgehammer.p3d";
|
||||
picture = "\z\addons\dayz_communityweapons\models\sledge_hammer\sledgehammer.paa";
|
||||
displayName = $STR_EQUIP_NAME_SledgeHammer;
|
||||
descriptionShort = $STR_EQUIP_DESC_SledgeHammer;
|
||||
};
|
||||
|
||||
class ItemSledgeHammerBroken : ItemCore
|
||||
{
|
||||
scope = public;
|
||||
|
||||
Reference in New Issue
Block a user