mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
[NEO] reworked implementation of Nashi, Moon Sage's Scion
This commit is contained in:
parent
75d7ec36c9
commit
6094c6eed7
2 changed files with 97 additions and 173 deletions
|
|
@ -23,9 +23,9 @@ import java.util.UUID;
|
|||
*/
|
||||
public class CanPlayCardControllerEffect extends AsThoughEffectImpl {
|
||||
|
||||
private final MageObjectReference mor;
|
||||
private final UUID playerId;
|
||||
private final Condition condition;
|
||||
protected final MageObjectReference mor;
|
||||
protected final UUID playerId;
|
||||
protected final Condition condition;
|
||||
|
||||
public CanPlayCardControllerEffect(Game game, UUID cardId, int cardZCC, Duration duration) {
|
||||
this(game, cardId, cardZCC, duration, null, null);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue