mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 20:32:06 -08:00
Aladdin's Lamp - fixed miss X can't be 0.
This commit is contained in:
parent
499f21778d
commit
9b4cc9d56c
3 changed files with 9 additions and 2 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue