missed from 0.934

This commit is contained in:
vbawol
2013-02-09 18:38:04 -06:00
parent 874ab23968
commit 88ddb2fafd
8 changed files with 148 additions and 2 deletions

View File

@@ -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
{