mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
Merge branch 'typo' into 'master'
punctuation in ChangeZone string builder See merge request core-developers/forge!3183
This commit is contained in:
@@ -322,7 +322,7 @@ public class ChangeZoneEffect extends SpellAbilityEffect {
|
||||
if (ZoneType.Graveyard.equals(origin)) {
|
||||
sb.append(fromGraveyard);
|
||||
}
|
||||
sb.append(" to").append(pronoun).append("owners hand.");
|
||||
sb.append(" to").append(pronoun).append("owner's hand.");
|
||||
}
|
||||
|
||||
if (destination.equals(ZoneType.Library)) {
|
||||
|
||||
Reference in New Issue
Block a user