inherit variables from static for DZE_Base_Object

Should disable radar on doors
This commit is contained in:
[VB]AWOL
2013-10-21 17:17:17 -05:00
parent 8a08a70c1c
commit 8eea7c48d0

View File

@@ -12,14 +12,24 @@ class DZE_Base_Object : All {
ladders[] = {};
vehicleClass = "";
displayName = "";
coefInside = 1;
coefInsideHeur = 0.25;
mapSize = 7.5;
animated = true;
armor = 200;
destrType = "DestructBuilding";
damageResistance = 0.004;
// static
reversed = 0;
hasDriver = 0;
accuracy = 0.1;
cost = 1000;
weapons[] = {};
magazines[] = {};
irTarget = 0;
type = 1;
threat[] = {0,0,0};
maxSpeed = 0;
coefInside = 4;
coefInsideHeur = 4;
class DestructionEffects {
class Sound {
simulation = "sound";