mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 04:22:01 -08:00
Drana and Linvala - fixed game error on usage with same abilities from permanents (NPE error)
This commit is contained in:
parent
1dc5ee13a3
commit
a18dcd9911
2 changed files with 4 additions and 1 deletions
|
|
@ -211,6 +211,7 @@ public interface Permanent extends Card, Controllable {
|
|||
* @param ability
|
||||
* @param sourceId
|
||||
* @param game
|
||||
* @return can be null for exists abilities
|
||||
*/
|
||||
Ability addAbility(Ability ability, UUID sourceId, Game game);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue