[NCC] Fixed Phabine, Boss's Confidant not working properly (and added hint to ParleyCount). Closes #9603.

This commit is contained in:
Alex Vasile 2022-11-04 22:28:49 -04:00
parent 6fd3ea4fc7
commit 6f0cdc6032
3 changed files with 47 additions and 4 deletions

View file

@ -16,6 +16,8 @@ import mage.players.Player;
/**
* Don't use this for continuous effects because it applies a reveal effect!
*
* Calculate returns the number of nonland cards revealed.
*
* @author LevelX2
*/
public class ParleyCount implements DynamicValue, MageSingleton {