mirror of
https://github.com/magefree/mage.git
synced 2026-01-19 09:49:54 -08:00
Hurray! Fixed Issue 61. This also fixes card copies not working (e.g. Basilisk Collar copied several times with Prototype Portal).
This commit is contained in:
parent
180a472bc6
commit
5e8aa0036e
9 changed files with 31 additions and 1 deletions
|
|
@ -121,6 +121,7 @@ public abstract class AbilityImpl<T extends AbilityImpl<T>> implements Ability {
|
|||
@Override
|
||||
public void newId() {
|
||||
this.id = UUID.randomUUID();
|
||||
getEffects().newId();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue