fix paradrop being broken (again!)
This commit is contained in:
@@ -81,7 +81,7 @@ namespace OpenRA.Traits
|
|||||||
TerrainSpeed = new Dictionary<string, float>();
|
TerrainSpeed = new Dictionary<string, float>();
|
||||||
|
|
||||||
if (info.TerrainTypes.Count() != info.TerrainSpeeds.Count())
|
if (info.TerrainTypes.Count() != info.TerrainSpeeds.Count())
|
||||||
throw new InvalidOperationException("Mobile TerrainType/TerrainSpeed length missmatch");
|
throw new InvalidOperationException("Mobile TerrainType/TerrainSpeed length mismatch");
|
||||||
|
|
||||||
for (int i = 0; i < info.TerrainTypes.Count(); i++)
|
for (int i = 0; i < info.TerrainTypes.Count(); i++)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -255,6 +255,7 @@ CAMERA:
|
|||||||
Range: 10
|
Range: 10
|
||||||
|
|
||||||
FLARE:
|
FLARE:
|
||||||
|
Aircraft:
|
||||||
Unit:
|
Unit:
|
||||||
Health:
|
Health:
|
||||||
HP:1000
|
HP:1000
|
||||||
|
|||||||
Reference in New Issue
Block a user