mirror of
https://github.com/correl/mage.git
synced 2024-11-16 03:00:12 +00:00
Update DawningPurist.java
added (.) to end of the rule text.
This commit is contained in:
parent
7aa5faada8
commit
0179ff965f
1 changed files with 1 additions and 1 deletions
|
@ -113,6 +113,6 @@ class DawningPuristTriggeredAbility extends TriggeredAbilityImpl {
|
|||
|
||||
@java.lang.Override
|
||||
public String getRule() {
|
||||
return "Whenever {this} deals combat damage to a player, you may destroy target enchantment that player controls";
|
||||
return "Whenever {this} deals combat damage to a player, you may destroy target enchantment that player controls.";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue