forked from External/mage
* Some changes to activation count and sacrifice source triggers.
This commit is contained in:
parent
06d3b929a2
commit
0c0dd82480
10 changed files with 116 additions and 124 deletions
|
|
@ -1191,8 +1191,6 @@ public abstract class AbilityImpl implements Ability {
|
|||
public void setSourceObject(MageObject sourceObject, Game game) {
|
||||
if (sourceObject == null) {
|
||||
this.sourceObject = game.getObject(sourceId);
|
||||
// if permanent get card /permanent instead of spell
|
||||
|
||||
} else {
|
||||
this.sourceObject = sourceObject;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue