forked from External/mage
Implemented Conqueror's Galleon/Foothold
This commit is contained in:
parent
601e7cba9b
commit
fce99fa182
6 changed files with 186 additions and 15 deletions
|
|
@ -4,7 +4,7 @@ package mage.abilities;
|
|||
* Created by IGOUDT on 5-3-2017.
|
||||
*/
|
||||
public enum Gender {
|
||||
MALE("his", "him"), FEMALE("her", "her");
|
||||
MALE("his", "him"), FEMALE("her", "her"), NEUTRAL("its", "it");
|
||||
|
||||
String personalPronoun;
|
||||
String possesivePronoun;
|
||||
|
|
@ -22,5 +22,4 @@ public enum Gender {
|
|||
return possesivePronoun;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue