Homarid Drake, reprints, and rewriting his or her to their

This commit is contained in:
igoudt 2018-03-22 16:52:26 +01:00
parent 03355aee37
commit 00f91391e9
805 changed files with 1553 additions and 1474 deletions

View file

@ -58,7 +58,7 @@ public class ParleyCount implements DynamicValue, MageSingleton {
@Override
public int calculate(Game game, Ability sourceAbility, Effect effect) {
// Each player reveals the top card of his or her library. For each nonland card revealed this way
// Each player reveals the top card of their library. For each nonland card revealed this way
int parleyValue = 0;
MageObject sourceObject = game.getObject(sourceAbility.getSourceId());
if (sourceObject != null) {