mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
* Form of the Dragon - Fixed tooltip text.
This commit is contained in:
parent
8a50dacc9f
commit
e2c8b8f583
2 changed files with 3 additions and 3 deletions
|
|
@ -45,13 +45,13 @@ public class CantAttackYouAllEffect extends RestrictionEffect {
|
|||
private final FilterCreaturePermanent filterAttacker;
|
||||
|
||||
public CantAttackYouAllEffect(Duration duration) {
|
||||
this(duration, new FilterCreaturePermanent());
|
||||
this(duration, new FilterCreaturePermanent("creatures"));
|
||||
}
|
||||
|
||||
public CantAttackYouAllEffect(Duration duration, FilterCreaturePermanent filter) {
|
||||
super(duration, Outcome.Benefit);
|
||||
this.filterAttacker = filter;
|
||||
staticText = "Creatures can't attack you";
|
||||
staticText = filterAttacker.getMessage() + " can't attack you";
|
||||
}
|
||||
|
||||
CantAttackYouAllEffect(final CantAttackYouAllEffect effect) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue