mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
[SNC] Implemented Obscura Interceptor
This commit is contained in:
parent
c0cc889feb
commit
6e5a5baa3d
3 changed files with 55 additions and 2 deletions
|
|
@ -74,10 +74,10 @@ public class ConniveSourceEffect extends OneShotEffect {
|
|||
return staticText;
|
||||
}
|
||||
if (ability == null) {
|
||||
return "{this} connives. <i>(Draw a card, then discard a card. " +
|
||||
return "it connives. <i>(Draw a card, then discard a card. " +
|
||||
"If you discarded a nonland card, put a +1/+1 counter on this creature.)</i>";
|
||||
}
|
||||
return "{this} connives. When it connives this way, " +
|
||||
return "it connives. When it connives this way, " +
|
||||
CardUtil.getTextWithFirstCharLowerCase(ability.getRule()) +
|
||||
" <i>(To have a creature connive, draw a card, then discard a card. " +
|
||||
"If you discarded a nonland card, put a +1/+1 counter on that creature.)</i>";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue