CarpetBomb -> AttackBomber.

This commit is contained in:
Paul Chote
2013-10-31 22:13:14 +13:00
parent d7effe71da
commit 47209f5848
13 changed files with 71 additions and 92 deletions

View File

@@ -87,7 +87,7 @@ namespace OpenRA.Mods.RA
new FacingInit(attackFacing),
});
a.Trait<CarpetBomb>().SetTarget(target + targetOffset);
a.Trait<AttackBomber>().SetTarget(target + targetOffset);
if (flare != null)
a.QueueActivity(new CallFunc(() => flare.Destroy()));