mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
[SNC] Implemented Rooftop Nuisance
This commit is contained in:
parent
937b8ab327
commit
93d5026ed8
3 changed files with 44 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ public class CasualtyAbility extends StaticAbility {
|
|||
" or greater. When you do, copy this spell.)</i>"
|
||||
));
|
||||
card.getSpellAbility().addCost(new CasualtyCost(number));
|
||||
this.setRuleAtTheTop(true);
|
||||
}
|
||||
|
||||
private CasualtyAbility(final CasualtyAbility ability) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue