open document sounds

This commit is contained in:
[VB]AWOL
2013-10-11 09:42:57 -05:00
parent 49d2a2840b
commit c0d3745f7a

View File

@@ -155,6 +155,7 @@ class CfgMagazines {
picture = "\z\addons\dayz_epoch\pictures\equip_doc_generic_ca.paa";
descriptionShort = "Unknown document";
weight = 0.1;
sfx = "document"
class ItemActions
{
class Crafting
@@ -2223,6 +2224,7 @@ class CfgMagazines {
script = "spawn player_build;";
require[] = {"ItemToolbox"};
create = "FuelPump_DZ";
neednearby[] = {{"fueltank",30}};
};
};
};