Lots of text fixes (#10636)

This commit is contained in:
xenohedron 2023-07-16 14:55:59 -04:00 committed by GitHub
parent 6b616dbf20
commit 1f9de03bf3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
102 changed files with 165 additions and 168 deletions

View file

@ -16,7 +16,7 @@ public class LookAtTargetPlayerHandEffect extends OneShotEffect {
public LookAtTargetPlayerHandEffect() {
super(Outcome.Benefit);
this.staticText = "Look at target player's hand";
this.staticText = "look at target player's hand";
}
public LookAtTargetPlayerHandEffect(final LookAtTargetPlayerHandEffect effect) {