* Reworked Cho-Manno's Blessing protection handling (fix).

This commit is contained in:
LevelX2 2015-07-24 15:10:04 +02:00
parent 630b2c32d7
commit d8dc95c16f

View file

@ -88,7 +88,7 @@ public class ProtectionChosenColorAttachedEffect extends ContinuousEffectImpl {
if (protectionAbility != null) {
Permanent attachedTo = game.getPermanent(attachement.getAttachedTo());
if (attachedTo != null) {
attachement.addAbility(protectionAbility, source.getSourceId(), game);
attachedTo.addAbility(protectionAbility, source.getSourceId(), game);
}
return true;
}