mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
Added rule text to PlayLandAbility (fixes #362).
This commit is contained in:
parent
3636e69e66
commit
e8a7a66b52
1 changed files with 5 additions and 0 deletions
|
@ -70,6 +70,11 @@ public class PlayLandAbility extends ActivatedAbilityImpl<PlayLandAbility> {
|
|||
public String toString() {
|
||||
return this.name;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getRule() {
|
||||
return this.name;
|
||||
}
|
||||
|
||||
@Override
|
||||
public PlayLandAbility copy() {
|
||||
|
|
Loading…
Reference in a new issue