mirror of
https://github.com/correl/mage.git
synced 2025-01-13 19:11:33 +00:00
- Added some ROE cards.
This commit is contained in:
parent
78dd1acf3a
commit
f7508c999c
1 changed files with 2 additions and 2 deletions
|
@ -107,7 +107,7 @@ class ArrogantBloodlordTriggeredAbility extends TriggeredAbilityImpl<ArrogantBlo
|
|||
|
||||
@Override
|
||||
public String getRule() {
|
||||
return "Whenever Arrogant Bloodlord blocks or becomes blocked by a creature with power 1 or less, destroy Arrogant Bloodlord at end of combat.";
|
||||
return "Whenever {this} blocks or becomes blocked by a creature with power 1 or less, destroy {this} at end of combat.";
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -115,7 +115,7 @@ class ArrogantBloodlordEffect extends OneShotEffect<ArrogantBloodlordEffect> {
|
|||
|
||||
ArrogantBloodlordEffect() {
|
||||
super(Outcome.Detriment);
|
||||
staticText = "Destroy Arrogant Bloodlord at the end of combat";
|
||||
staticText = "Destroy {this} at the end of combat";
|
||||
}
|
||||
|
||||
ArrogantBloodlordEffect(final ArrogantBloodlordEffect effect) {
|
||||
|
|
Loading…
Reference in a new issue