mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
[SPM] implement Biorganic Carapace
This commit is contained in:
parent
37cffc3895
commit
d1b11cad4f
3 changed files with 70 additions and 2 deletions
|
|
@ -143,8 +143,10 @@ public class GainAbilityAttachedEffect extends ContinuousEffectImpl {
|
|||
return staticText;
|
||||
}
|
||||
StringBuilder sb = new StringBuilder();
|
||||
sb.append(attachmentType.verb().toLowerCase());
|
||||
sb.append(" " + targetObjectName + " ");
|
||||
if (attachmentType != null) {
|
||||
sb.append(attachmentType.verb().toLowerCase());
|
||||
sb.append(" " + targetObjectName + " ");
|
||||
}
|
||||
if (duration == Duration.WhileOnBattlefield) {
|
||||
sb.append("has ");
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue