mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
Fix Pyrohemia, add note in docs about default "onlyControlled" behavior
This commit is contained in:
parent
287afad212
commit
aa6c97f8f2
2 changed files with 3 additions and 2 deletions
|
|
@ -41,7 +41,8 @@ public class PermanentsOnTheBattlefieldCondition implements Condition {
|
|||
* Applies a filter, a {@link ComparisonType}, and count to permanents on
|
||||
* the battlefield when checking the condition during the
|
||||
* {@link #apply(mage.game.Game, mage.abilities.Ability) apply} method
|
||||
* invocation.
|
||||
* invocation. By default, only controlled permanents are counted.
|
||||
* If you want to check the whole battlefield, use a constructor with the boolean.
|
||||
*
|
||||
* @param filter
|
||||
* @param type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue