mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 23:12:10 -08:00
* Treacherous Pit-Dweller - Fixed that the enteres the battlefield ability was not implemented correctly.
This commit is contained in:
parent
54ceaae222
commit
a541d24a20
4 changed files with 60 additions and 12 deletions
|
|
@ -81,7 +81,7 @@ public class EntersBattlefieldTriggeredAbility extends TriggeredAbilityImpl {
|
|||
if (noRule) {
|
||||
return super.getRule();
|
||||
}
|
||||
return new StringBuilder(rulePrefix != null ? rulePrefix : "").append("When {this} enters the battlefield, ").append(super.getRule()).toString();
|
||||
return (rulePrefix != null ? rulePrefix : "") + "When {this} enters the battlefield, "+ super.getRule();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue