Updated pronouns to reflect current rules and oracle text

Replaced all instances of "her or she", "him or her", and "his or her", with "they", "them", and "their", or sometimes "that player". Updated verbs where appropriate.
This commit is contained in:
ssouders412 2019-12-06 14:29:36 -05:00
parent 45cccc75c4
commit 2d3247d732
No known key found for this signature in database
GPG key ID: 68371E62DD676CEE
387 changed files with 2422 additions and 2422 deletions

View file

@ -102,9 +102,9 @@ public abstract class GameCommanderImpl extends GameImpl {
//20130711
/*903.8. The Commander variant uses an alternate mulligan rule.
* Each time a player takes a mulligan, rather than shuffling their entire hand of cards into their library, that player exiles any number of cards from their hand face down.
* Then the player draws a number of cards equal to one less than the number of cards he or she exiled this way.
* Then the player draws a number of cards equal to one less than the number of cards they exiled this way.
* That player may look at all cards exiled this way while taking mulligans.
* Once a player keeps an opening hand, that player shuffles all cards he or she exiled this way into their library.
* Once a player keeps an opening hand, that player shuffles all cards they exiled this way into their library.
* */
//TODO implement may look at exile cards
@Override