mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
fixes for cinder floor and garden
This commit is contained in:
parent
f4b5c9daec
commit
48b2ae43b8
@ -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"};
|
||||
|
Loading…
Reference in New Issue
Block a user