forked from External/mage
Revision 704 hosed targeted spells.
This commit is contained in:
parent
b468731842
commit
cba120cb24
4 changed files with 0 additions and 34 deletions
|
|
@ -134,12 +134,6 @@ 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