Skip to content

Commit

Permalink
fix module info
Browse files Browse the repository at this point in the history
  • Loading branch information
xanunderscore committed Sep 26, 2024
1 parent 8527f05 commit 80b2918
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class BileBombardment(BossModule module) : Components.LocationTargetedAOEs(modul

internal class Bounds(BossModule module) : BossComponent(module)
{
private bool Bridge = false;
private bool Bridge;

private static readonly List<WPos> tightrope =
[
Expand Down Expand Up @@ -127,5 +127,5 @@ public AencThonLordOfTheLengthsomeGaitStates(BossModule module) : base(module)
}
}

[ModuleInfo(BossModuleInfo.Maturity.WIP, GroupType = BossModuleInfo.GroupType.CFC, GroupID = 649, NameID = 8146)]
[ModuleInfo(BossModuleInfo.Maturity.Contributed, Contributors = "xan, Malediktus", GroupType = BossModuleInfo.GroupType.CFC, GroupID = 649, NameID = 8146)]
public class AencThonLordOfTheLengthsomeGait(WorldState ws, Actor primary) : BossModule(ws, primary, new(-128.5f, -244), new ArenaBoundsCircle(19.5f));

0 comments on commit 80b2918

Please sign in to comment.