fixes for cinder floor and garden

This commit is contained in:
vbawol 2017-10-04 21:57:08 -05:00
parent f4b5c9daec
commit 48b2ae43b8

View File

@ -280,7 +280,7 @@ class CfgBaseBuilding
snapPointsPerp[] = {"N","S","E","W","CinN","CinS","CinE","CinW"};
energyCost = 0.5;
};
class Garden_SIM_EPOCH : Default
class Garden_SIM_EPOCH : Garden_EPOCH
{
allowedSnapPoints[] = {"NF","SF","EF","WF","C"};
allowedSnapObjects[] = {"Const_floors_static_F","Constructions_foundation_F"};
@ -297,7 +297,7 @@ class CfgBaseBuilding
snapPointsPerp[] = {"N","S","E","W","CinN","CinS","CinE","CinW"};
energyCost = 0.5;
};
class CinderFloor_SIM_EPOCH : Default
class CinderFloor_SIM_EPOCH : CinderFloor_EPOCH
{
allowedSnapPoints[] = {"NF","SF","EF","WF","C"};
allowedSnapObjects[] = {"Const_floors_static_F","Constructions_foundation_F"};