adjust Bonecache Overseer

This commit is contained in:
xenohedron 2024-07-18 00:27:46 -04:00
parent b639fdac85
commit 3eb7ffa4cd

View file

@ -61,7 +61,7 @@ enum BonecacheOverseerCondition implements Condition {
instance;
private static final Hint hint = new ConditionHint(
instance, "Three or more cards left your graveyard " +
"this turn or if you've sacrificed a Food this turn"
"this turn or you've sacrificed a Food this turn"
);
public static Hint getHint() {