Merge pull request #12666 from Phrohdoh/damagedbyterrain-respect-tunnels

TS DamagedByTerrain and ^DamagedByVeins: Don't damage actors in tunnels
This commit is contained in:
reaperrr
2017-02-03 09:53:11 +01:00
committed by GitHub
3 changed files with 8 additions and 1 deletions

View File

@@ -117,7 +117,7 @@ namespace OpenRA.Mods.Common.Traits
public readonly string SubterraneanTransitionSound = null;
[Desc("Can this unit fly over obsticals?")]
[Desc("Can this unit fly over obstacles?")]
public readonly bool Jumpjet = false;
[GrantedConditionReference]