mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +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 Plastic_Pole_EP1_DZ: Sign_1L_Noentry_EP1
|
||||
{
|
||||
destrType = "DestructTree";
|
||||
armor = 1000;
|
||||
simulation = "house";
|
||||
|
||||
scope = 2;
|
||||
// destrType = "DestructNo";
|
||||
offset[] = {0,2.5,0};
|
||||
offset[] = {0,2.5,0.3};
|
||||
displayName = "30m Plot Pole";
|
||||
vehicleClass = "Fortifications";
|
||||
removeoutput[] = {{"30m_plot_kit",1}};
|
||||
|
||||
Reference in New Issue
Block a user