Aladdin's Lamp - fixed miss X can't be 0.

This commit is contained in:
Oleg Agafonov 2023-06-11 11:35:58 +04:00
parent 499f21778d
commit 9b4cc9d56c
3 changed files with 9 additions and 2 deletions

View file

@ -115,7 +115,7 @@ public class SuspendAbility extends SpecialAction {
* Gives the card the SuspendAbility
*
* @param suspend - amount of time counters, if Integer.MAX_VALUE is set
* there will be {X} costs and X counters added
* there will be {X} costs and X counters added with X can't be 0 limit
* @param cost - null is used for temporary gained suspend ability
* @param card - card that has the suspend ability
*/