forked from External/mage
Possible modifications for Issue 26/601.2e
This commit is contained in:
parent
e393ac4201
commit
fa76561b86
4 changed files with 34 additions and 0 deletions
|
|
@ -134,6 +134,12 @@ public class SpellStack extends Stack<StackObject> {
|
|||
return null;
|
||||
}
|
||||
|
||||
public void reset ( Game game ) {
|
||||
for ( StackObject stackObject : this ) {
|
||||
stackObject.reset(game);
|
||||
}
|
||||
}
|
||||
|
||||
public SpellStack copy() {
|
||||
return new SpellStack(this);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue