mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 20:11:59 -08:00
[M12] Smallpox
This commit is contained in:
parent
e3fba64442
commit
c065b68ba3
2 changed files with 153 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue