Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgVehicles/CamoNetting.hpp
ebaydayz 677abe62aa Remove vanilla camo net
Duplicate of Epoch one.

Also had sliding issues when building because it did not have the proper
Epoch offset.
2016-11-05 20:53:22 -04:00

11 lines
361 B
C++

/*class CamoNet_DZ: BuiltItems { //Duplicate of Epoch camo net in DZE\Prop_Defs.hpp
armor = 3;
destrtype = "DestructTent";
displayName = $STR_ITEM_NAME_CAMONET;
descriptionShort = $STR_ITEM_DESC_CAMONET;
icon = "\Ca\misc3\data\Icons\icon_camoNet_ca.paa";
mapsize = 13.5;
model = "\Ca\misc3\CamoNet_EAST";
scope = public;
vehicleclass = "Military";
};*/