mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 20:29:19 -08:00
* Some changes to table and match view.
This commit is contained in:
parent
54de525401
commit
8426816b09
13 changed files with 205 additions and 95 deletions
|
|
@ -80,7 +80,7 @@ class BonfireOfTheDamnedEffect extends OneShotEffect {
|
|||
|
||||
public BonfireOfTheDamnedEffect() {
|
||||
super(Outcome.Damage);
|
||||
staticText = "Bonfire of the Damned deals X damage to target player and each creature he or she controls";
|
||||
staticText = "{this} deals X damage to target player and each creature he or she controls";
|
||||
}
|
||||
|
||||
public BonfireOfTheDamnedEffect(final BonfireOfTheDamnedEffect effect) {
|
||||
|
|
@ -97,8 +97,8 @@ class BonfireOfTheDamnedEffect extends OneShotEffect {
|
|||
for (Permanent perm: game.getBattlefield().getAllActivePermanents(filter, player.getId(), game)) {
|
||||
perm.damage(damage, source.getSourceId(), game, false, true);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue