[M12] Sutured Ghoul

This commit is contained in:
magenoxx 2011-08-19 07:19:03 +04:00
parent 2ad50b2983
commit 8f3d8a2117
3 changed files with 232 additions and 1 deletions

View file

@ -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 ");