Implement jumpjets.

This commit is contained in:
Paul Chote
2017-01-10 18:54:01 +00:00
parent 572c1cb89f
commit 5c77c0dc28
9 changed files with 220 additions and 1 deletions

View File

@@ -45,7 +45,7 @@ namespace OpenRA.Mods.Common.Traits
return true;
// HACK: Workaround until we can generalize movement classes
if (mi.Subterranean)
if (mi.Subterranean || mi.Jumpjet)
return true;
return domainIndexes[movementClass].IsPassable(p1, p2);