- refactor a few parts of Valki, God of Lies and its emblem

This commit is contained in:
jeffwadsworth 2021-01-19 09:28:00 -06:00
parent 2efa8e4356
commit 2a23e81e9c
2 changed files with 30 additions and 12 deletions

View file

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