mirror of
https://github.com/correl/mage.git
synced 2024-12-26 19:16:54 +00:00
This commit is contained in:
parent
83c103f17f
commit
a3133089e7
1 changed files with 2 additions and 2 deletions
|
@ -59,8 +59,8 @@ class SakashimaOfAThousandFacesApplier extends ApplyToPermanent {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean apply(Game game, Permanent permanent, Ability source, UUID targetObjectId) {
|
public boolean apply(Game game, Permanent permanent, Ability source, UUID targetObjectId) {
|
||||||
permanent.addAbility(new SimpleStaticAbility(new SakashimaOfAThousandFacesEffect()));
|
permanent.addAbility(new SimpleStaticAbility(new SakashimaOfAThousandFacesEffect()), source.getSourceId(), game);
|
||||||
permanent.addAbility(PartnerAbility.getInstance());
|
permanent.addAbility(PartnerAbility.getInstance(), source.getSourceId(), game);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue