mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
Bosium Strip - fixed that it lost affected card instead put it to exile
This commit is contained in:
parent
ca9e505c31
commit
00fcdc4653
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ class BosiumStripReplacementEffect extends ReplacementEffectImpl {
|
|||
}
|
||||
|
||||
((ZoneChangeEvent) event).setToZone(Zone.EXILED);
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue