This commit is contained in:
A Clark
2012-12-16 15:29:19 -06:00
parent f378947145
commit 416490f553
124 changed files with 2996 additions and 67 deletions

View File

@@ -967,6 +967,21 @@ class CfgBuildingLoot {
maxRoaming = 8;
}; // Qty: 3
class Land_Shed_W02: FarmRoaming {}; // Qty: 213
//allow
class Grave: HouseRoaming {
maxRoaming = 3;
};
class GraveCross1: HouseRoaming {
maxRoaming = 2;
};
class GraveCross2: HouseRoaming {
maxRoaming = 2;
};
class GraveCrossHelmet: Military {
maxRoaming = 4;
};
// DAYZ AMP More buildings
class Land_Shed_W02_EP1: FarmRoaming{};