mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
another merge fix
This commit is contained in:
parent
8cfdb70a3d
commit
4bef01901d
1 changed files with 4 additions and 3 deletions
|
|
@ -58,13 +58,14 @@ public final class RoryWilliams extends CardImpl {
|
|||
|
||||
class RoryWilliamsTriggeredAbility extends CastSourceTriggeredAbility {
|
||||
|
||||
protected RoryWilliamsTriggeredAbility(Effect effect) {
|
||||
RoryWilliamsTriggeredAbility(Effect effect) {
|
||||
super(effect, false);
|
||||
this.ruleAtTheTop = true;
|
||||
setRuleAtTheTop(true);
|
||||
setTriggerPhrase("When you cast this spell from anywhere other than exile, ");
|
||||
withRuleTextReplacement(true);
|
||||
}
|
||||
|
||||
protected RoryWilliamsTriggeredAbility(final RoryWilliamsTriggeredAbility ability) {
|
||||
private RoryWilliamsTriggeredAbility(final RoryWilliamsTriggeredAbility ability) {
|
||||
super(ability);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue