Skip to content

Commit

Permalink
Hovers: remove dependency on IMove trait
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldgg2 authored and atlimit8 committed Feb 13, 2024
1 parent 12e1d32 commit 9d29303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenRA.Mods.Common/Traits/Render/Hovers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
namespace OpenRA.Mods.Common.Traits.Render
{
[Desc("Changes the visual Z position periodically.")]
public class HoversInfo : ConditionalTraitInfo, Requires<IMoveInfo>
public class HoversInfo : ConditionalTraitInfo
{
[Desc("Maximum visual Z axis distance relative to actual position + InitialHeight.")]
public readonly WDist BobDistance = new(-43);
Expand Down

0 comments on commit 9d29303

Please sign in to comment.