mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 04:42:07 -08:00
* Fixed target hadnling of PreventDamageBySourceEffect (fixes #952).
This commit is contained in:
parent
1f44e1a592
commit
6403fff12b
4 changed files with 168 additions and 7 deletions
|
|
@ -78,7 +78,7 @@ public class RiteOfReplication extends CardImpl {
|
|||
|
||||
class RiteOfReplicationEffect extends OneShotEffect {
|
||||
|
||||
private int amount;
|
||||
private final int amount;
|
||||
|
||||
public RiteOfReplicationEffect(int amount) {
|
||||
super(Outcome.PutCreatureInPlay);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue