mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
* Venarian Gold - Fixed rule text according #6170.
This commit is contained in:
parent
1b9dde2709
commit
35628c205a
2 changed files with 9 additions and 8 deletions
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
package mage.abilities.effects.common.counter;
|
||||
|
||||
import java.util.Locale;
|
||||
|
|
@ -69,6 +68,9 @@ public class AddCountersAttachedEffect extends OneShotEffect {
|
|||
}
|
||||
|
||||
private void setText() {
|
||||
if (!staticText.isEmpty()) {
|
||||
return;
|
||||
}
|
||||
StringBuilder sb = new StringBuilder();
|
||||
// put a +1/+1 counter on it
|
||||
sb.append("put ");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue