[M12] Smallpox

This commit is contained in:
magenoxx 2011-08-12 19:51:19 +04:00
parent e3fba64442
commit c065b68ba3
2 changed files with 153 additions and 1 deletions

View file

@ -82,7 +82,7 @@ public class SacrificeEffect extends OneShotEffect<SacrificeEffect>{
Permanent permanent = game.getPermanent((UUID)target.getTargets().get(idx));
if ( permanent != null ) {
abilityApplied |= permanent.sacrifice(source.getId(), game);
abilityApplied |= permanent.sacrifice(source.getSourceId(), game);
}
}