mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
[M12] Sutured Ghoul
This commit is contained in:
parent
2ad50b2983
commit
8f3d8a2117
3 changed files with 232 additions and 1 deletions
|
|
@ -80,6 +80,10 @@ public class BoostSourceEffect extends ContinuousEffectImpl<BoostSourceEffect> {
|
|||
return false;
|
||||
}
|
||||
|
||||
public void setRule(String value) {
|
||||
staticText = value;
|
||||
}
|
||||
|
||||
private void setText() {
|
||||
StringBuilder sb = new StringBuilder();
|
||||
sb.append("{this} gets ");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue