mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-08 17:22:54 +03:00
missed from 0.934
This commit is contained in:
@@ -644,6 +644,15 @@ class cfgMagazines
|
||||
picture = "\dayz_equip\textures\equip_tincan_ca.paa";
|
||||
descriptionShort = "$STR_EQUIP_DESC_33";
|
||||
ammo = "TinCan";
|
||||
class ItemActions
|
||||
{
|
||||
class Crafting
|
||||
{
|
||||
text = "Melt into Bars";
|
||||
script = "spawn player_craftItem;";
|
||||
output[] = {"ItemTinBar"};
|
||||
};
|
||||
};
|
||||
};
|
||||
class ItemSodaEmpty: HandGrenade
|
||||
{
|
||||
@@ -653,6 +662,15 @@ class cfgMagazines
|
||||
picture = "\dayz_equip\textures\equip_soda_empty_ca.paa";
|
||||
descriptionShort = "$STR_EQUIP_DESC_35";
|
||||
ammo = "SodaCan";
|
||||
class ItemActions
|
||||
{
|
||||
class Crafting
|
||||
{
|
||||
text = "Melt into Bars";
|
||||
script = "spawn player_craftItem;";
|
||||
output[] = {"ItemAluminumBar"};
|
||||
};
|
||||
};
|
||||
};
|
||||
class HandRoadFlare: HandGrenade
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user