Skip to content

Commit

Permalink
Fix build issue after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
sourpuh committed May 3, 2024
1 parent 6d91455 commit 99e1d0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public Duel6LyonStates(BossModule module) : base(module)
}

[ModuleInfo(BossModuleInfo.Maturity.WIP, Contributors = "SourP", GroupType = BossModuleInfo.GroupType.BozjaDuel, GroupID = 778, NameID = 31)]
public class Duel6Lyon(WorldState ws, Actor primary) : BossModule(ws, primary, new ArenaBoundsCircle(new(50f, -410f), 20))
public class Duel6Lyon(WorldState ws, Actor primary) : BossModule(ws, primary, new(50f, -410f), new ArenaBoundsCircle(20))
{
protected override void DrawEnemies(int pcSlot, Actor pc)
{
Expand Down

0 comments on commit 99e1d0b

Please sign in to comment.