mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-25 17:31:36 +03:00
disable thing simulation on plot pole and allow destruction.
Fixed #573
This commit is contained in:
@@ -2755,9 +2755,12 @@ class CfgVehicles {
|
|||||||
class Sign_1L_Noentry_EP1;
|
class Sign_1L_Noentry_EP1;
|
||||||
class Plastic_Pole_EP1_DZ: Sign_1L_Noentry_EP1
|
class Plastic_Pole_EP1_DZ: Sign_1L_Noentry_EP1
|
||||||
{
|
{
|
||||||
|
destrType = "DestructTree";
|
||||||
|
armor = 1000;
|
||||||
|
simulation = "house";
|
||||||
|
|
||||||
scope = 2;
|
scope = 2;
|
||||||
// destrType = "DestructNo";
|
offset[] = {0,2.5,0.3};
|
||||||
offset[] = {0,2.5,0};
|
|
||||||
displayName = "30m Plot Pole";
|
displayName = "30m Plot Pole";
|
||||||
vehicleClass = "Fortifications";
|
vehicleClass = "Fortifications";
|
||||||
removeoutput[] = {{"30m_plot_kit",1}};
|
removeoutput[] = {{"30m_plot_kit",1}};
|
||||||
|
|||||||
Reference in New Issue
Block a user