Fixed typos

This commit is contained in:
Oleg Agafonov 2021-03-07 01:27:00 +04:00
parent d3b787b9a6
commit 7e72ba95bc
3 changed files with 5 additions and 5 deletions

View file

@ -963,8 +963,8 @@ public class Spell extends StackObjImpl implements Card {
}
/**
* Game processing a copies as normal cards, so you don't need to check spell's copy for move/exile
* Use this only in exceptional situations or skip unaffected code/choices
* Game processing a copies as normal cards, so you don't need to check spell's copy for move/exile.
* Use this only in exceptional situations or to skip unaffected code/choices.
*
* @return
*/
@ -1035,7 +1035,7 @@ public class Spell extends StackObjImpl implements Card {
@Override
public void setZone(Zone zone, Game game) {
card.setZone(zone, game);
game.getState().setZone(this.getId(), Zone.STACK);
game.getState().setZone(this.getId(), zone);
}
@Override