mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
* Gruul Ragebeast - added your fighting creature name to stack trigger as additional hint and arrow (#6918);
This commit is contained in:
parent
2beffbae89
commit
9c56ff90d3
2 changed files with 33 additions and 7 deletions
|
|
@ -13,6 +13,9 @@ import java.util.*;
|
|||
* Calcs commanders play count only from command zone (spell or land)
|
||||
* Cards like Remand can put command to hand and cast it without commander tax increase
|
||||
*
|
||||
* Warning, if your code can be called in non commander games then you must watcher in your ability
|
||||
* (example: you are using watcher in trigger, hint or effect, but do not checking another things like commander source or cost)
|
||||
*
|
||||
* @author JayDi85
|
||||
*/
|
||||
public class CommanderPlaysCountWatcher extends Watcher {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue