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:
magenoxx 2011-08-01 20:01:44 +04:00
parent 180a472bc6
commit 5e8aa0036e
9 changed files with 31 additions and 1 deletions

View file

@ -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