mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 21:42:07 -08:00
[THS] Added 3 Theros cards.
This commit is contained in:
parent
5496cb4afd
commit
b6285accde
5 changed files with 341 additions and 2 deletions
|
|
@ -118,7 +118,11 @@ public class GainAbilityAllEffect extends ContinuousEffectImpl<GainAbilityAllEff
|
|||
sb.append(" have ");
|
||||
}
|
||||
} else {
|
||||
sb.append(" gain ");
|
||||
if (filter.getMessage().toLowerCase().startsWith("each")) {
|
||||
sb.append(" gains ");
|
||||
} else {
|
||||
sb.append(" gain ");
|
||||
}
|
||||
}
|
||||
sb.append(ability.getRule());
|
||||
if (duration.toString().length() > 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue