mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 21:42:07 -08:00
- refactor a few parts of Valki, God of Lies and its emblem
This commit is contained in:
parent
2efa8e4356
commit
2a23e81e9c
2 changed files with 30 additions and 12 deletions
|
|
@ -56,6 +56,7 @@ class TibaltCosmicImposterPlayFromExileEffect extends AsThoughEffectImpl {
|
|||
if (tibaltEmblem == null) {
|
||||
return false;
|
||||
}
|
||||
// the exile zone of the Tibalt, Cosmic Imposter that spawned the emblem only
|
||||
UUID exileId = CardUtil.getExileZoneId(tibaltEmblem.getSourceObject().getId().toString(), game);
|
||||
if (exileId == null) {
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue