Fix passive vehicles can become ranks
This commit is contained in:
@@ -207,9 +207,8 @@
|
||||
|
||||
^Vehicle:
|
||||
Inherits@1: ^ExistsInWorld
|
||||
Inherits@2: ^GainsExperience
|
||||
Inherits@3: ^IronCurtainable
|
||||
Inherits@4: ^SpriteActor
|
||||
Inherits@2: ^IronCurtainable
|
||||
Inherits@3: ^SpriteActor
|
||||
Huntable:
|
||||
DrawLineToTarget:
|
||||
UpdatesPlayerStatistics:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
V2RL:
|
||||
Inherits: ^Vehicle
|
||||
Inherits@GAINSEXPERIENCE: ^GainsExperience
|
||||
Inherits@AUTOTARGET: ^AutoTargetGroundAssaultMove
|
||||
Buildable:
|
||||
Queue: Vehicle
|
||||
@@ -36,6 +37,7 @@ V2RL:
|
||||
|
||||
1TNK:
|
||||
Inherits: ^Tank
|
||||
Inherits@GAINSEXPERIENCE: ^GainsExperience
|
||||
Inherits@AUTOTARGET: ^AutoTargetGroundAssaultMove
|
||||
Buildable:
|
||||
Queue: Vehicle
|
||||
@@ -76,6 +78,7 @@ V2RL:
|
||||
|
||||
2TNK:
|
||||
Inherits: ^Tank
|
||||
Inherits@GAINSEXPERIENCE: ^GainsExperience
|
||||
Inherits@AUTOTARGET: ^AutoTargetGroundAssaultMove
|
||||
Buildable:
|
||||
Queue: Vehicle
|
||||
@@ -118,6 +121,7 @@ V2RL:
|
||||
|
||||
3TNK:
|
||||
Inherits: ^Tank
|
||||
Inherits@GAINSEXPERIENCE: ^GainsExperience
|
||||
Inherits@AUTOTARGET: ^AutoTargetGroundAssaultMove
|
||||
Buildable:
|
||||
Queue: Vehicle
|
||||
@@ -160,6 +164,7 @@ V2RL:
|
||||
|
||||
4TNK:
|
||||
Inherits: ^Tank
|
||||
Inherits@GAINSEXPERIENCE: ^GainsExperience
|
||||
Inherits@AUTOTARGET: ^AutoTargetAllAssaultMove
|
||||
Buildable:
|
||||
Queue: Vehicle
|
||||
@@ -218,6 +223,7 @@ V2RL:
|
||||
|
||||
ARTY:
|
||||
Inherits: ^Tank
|
||||
Inherits@GAINSEXPERIENCE: ^GainsExperience
|
||||
Inherits@AUTOTARGET: ^AutoTargetGroundAssaultMove
|
||||
Buildable:
|
||||
Queue: Vehicle
|
||||
@@ -342,6 +348,7 @@ MCV:
|
||||
|
||||
JEEP:
|
||||
Inherits: ^Vehicle
|
||||
Inherits@GAINSEXPERIENCE: ^GainsExperience
|
||||
Inherits@AUTOTARGET: ^AutoTargetGroundAssaultMove
|
||||
Buildable:
|
||||
Queue: Vehicle
|
||||
@@ -385,6 +392,7 @@ JEEP:
|
||||
|
||||
APC:
|
||||
Inherits: ^Tank
|
||||
Inherits@GAINSEXPERIENCE: ^GainsExperience
|
||||
Inherits@AUTOTARGET: ^AutoTargetGroundAssaultMove
|
||||
Buildable:
|
||||
Queue: Vehicle
|
||||
@@ -561,6 +569,7 @@ MRJ:
|
||||
|
||||
TTNK:
|
||||
Inherits: ^Tank
|
||||
Inherits@GAINSEXPERIENCE: ^GainsExperience
|
||||
Inherits@AUTOTARGET: ^AutoTargetGroundAssaultMove
|
||||
Buildable:
|
||||
Queue: Vehicle
|
||||
@@ -598,6 +607,7 @@ TTNK:
|
||||
|
||||
FTRK:
|
||||
Inherits: ^Vehicle
|
||||
Inherits@GAINSEXPERIENCE: ^GainsExperience
|
||||
Inherits@AUTOTARGET: ^AutoTargetAllAssaultMove
|
||||
Buildable:
|
||||
Queue: Vehicle
|
||||
@@ -672,6 +682,7 @@ DTRK:
|
||||
|
||||
CTNK:
|
||||
Inherits: ^Vehicle
|
||||
Inherits@GAINSEXPERIENCE: ^GainsExperience
|
||||
Inherits@AUTOTARGET: ^AutoTargetGroundAssaultMove
|
||||
Buildable:
|
||||
Queue: Vehicle
|
||||
@@ -742,6 +753,7 @@ QTNK:
|
||||
|
||||
STNK:
|
||||
Inherits: ^Vehicle
|
||||
Inherits@GAINSEXPERIENCE: ^GainsExperience
|
||||
Inherits@AUTOTARGET: ^AutoTargetGroundAssaultMove
|
||||
Buildable:
|
||||
Queue: Vehicle
|
||||
|
||||
Reference in New Issue
Block a user