add barbed wire sim and ghost

This commit is contained in:
DirtySanchez 2017-10-20 08:04:58 -05:00
parent f9e4e51d55
commit 2148634c58

View File

@ -304,6 +304,12 @@ class CfgBaseBuilding
GhostPreview = "BarbedWire_Ghost_EPOCH";
energyCost = 0.5;
};
class BarbedWire_SIM_EPOCH : BarbedWire_EPOCH
{
allowedSnapObjects[] = {"BarbedWire_SIM_EPOCH"};
removeParts[] = {};
};
class BarbedWire_Ghost_EPOCH : BarbedWire_SIM_EPOCH {};
class CinderFloor_EPOCH : Default
{
removeParts[] = {{"CinderBlocks",2},{"MortarBucket",2}};