Skip to content

Commit

Permalink
Update P1 Fall of Faith.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Limiana authored Dec 16, 2024
1 parent f6c2363 commit 083114a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public enum Direction

private int _tetherCount = 1;
public override HashSet<uint>? ValidTerritories => [1238];
public override Metadata? Metadata => new(3, "Garume");
public override Metadata? Metadata => new(2, "Garume");
private Config C => Controller.GetConfig<Config>();

public override void OnStartingCast(uint source, uint castId)
Expand Down Expand Up @@ -260,4 +260,4 @@ public class Config : IEzConfig
public Direction Tether3Direction = Direction.North;
public Direction Tether4Direction = Direction.South;
}
}
}

0 comments on commit 083114a

Please sign in to comment.