fixed weapon loot spawning

This commit is contained in:
[VB]AWOL
2014-06-01 12:23:07 -05:00
parent 00383dd8d0
commit 77697cd8ee
3 changed files with 70 additions and 53 deletions

View File

@@ -867,28 +867,7 @@ class CfgMagazines {
};
};
};
class ItemFuelPump: CA_Magazine
{
scope = 2;
count = 1;
type = 256;
displayName = "Fuel Pump";
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
descriptionShort = "Fuel Pumps can be used to create a refuel station";
weight = 25;
class ItemActions
{
class Build
{
text = $STR_ACTIONS_BUILD_EPOCH;
script = "spawn player_build;";
require[] = {"ItemToolbox"};
create = "FuelPump_DZ";
neednearby[] = {"fueltank"};
};
};
};
class ItemScaffoldingKit: CA_Magazine
{
scope = 2;