Revision 704 hosed targeted spells.

This commit is contained in:
maurer.it 2011-01-15 23:40:40 -05:00
parent b468731842
commit cba120cb24
4 changed files with 0 additions and 34 deletions

View file

@ -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);
}