Fixed text issue

This commit is contained in:
jmharmon 2020-09-06 13:34:22 -07:00 committed by GitHub
parent 93a8e176de
commit be334caafb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,7 +96,7 @@ class ClericOfLifesBondCounterTriggeredAbility extends TriggeredAbilityImpl {
@Override
public String getRule() {
return "When you gain life for the first time each turn, put a +1/+1 counter on {this}.";
return "Whenever you gain life for the first time each turn, put a +1/+1 counter on {this}.";
}
@Override