Skip to content

Commit

Permalink
Increased angle of mountain fire (ex1) a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
awgil committed Jul 13, 2024
1 parent b167f03 commit 04f5988
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class MountainFireCone(BossModule module) : Components.GenericAOEs(module)
private readonly MountainFire? _tower = module.FindComponent<MountainFire>();
private AOEInstance? _aoe;

private static readonly AOEShapeCone _shape = new(40, 155.Degrees()); // TODO: verify angle
private static readonly AOEShapeCone _shape = new(40, 165.Degrees()); // TODO: verify angle

public override IEnumerable<AOEInstance> ActiveAOEs(int slot, Actor actor)
{
Expand Down

0 comments on commit 04f5988

Please sign in to comment.