* Gruul Ragebeast - added your fighting creature name to stack trigger as additional hint and arrow (#6918);

This commit is contained in:
Oleg Agafonov 2020-12-16 19:51:05 +04:00
parent 2beffbae89
commit 9c56ff90d3
2 changed files with 33 additions and 7 deletions

View file

@ -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 {