forked from External/mage
refactor: improved usage of target pointers
This commit is contained in:
parent
78612ddc91
commit
46d751f996
476 changed files with 548 additions and 563 deletions
|
|
@ -19,7 +19,7 @@ public abstract class OneShotEffect extends EffectImpl {
|
|||
@Override
|
||||
public final void initNewTargetPointer() {
|
||||
// one short effects don't use init logic
|
||||
this.targetPointer.setInitialized();
|
||||
this.getTargetPointer().setInitialized();
|
||||
}
|
||||
|
||||
protected OneShotEffect(final OneShotEffect effect) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue