Improved visuals, added WormSign norification

This commit is contained in:
penev92
2014-11-30 01:39:07 +02:00
parent c4efd269d4
commit 61cb74adb4
10 changed files with 37 additions and 63 deletions

View File

@@ -13,9 +13,8 @@ using OpenRA.Traits;
namespace OpenRA.Mods.D2k
{
// TODO: This is a copy of AttackLeap. Maybe combine them in AttackMelee trait when the code is finalized?
[Desc("Sandworms use this attack model.")]
class AttackSwallowInfo : AttackFrontalInfo, Requires<SandwormInfo>
class AttackSwallowInfo : AttackFrontalInfo
{
[Desc("The number of ticks it takes to return underground.")]
public int ReturnTime = 60;