mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 20:59:14 -08:00
Fixed card number of Search Warrant and fixed NPE of ExchangeControlTargetEffect (still some issues left)
This commit is contained in:
parent
7cdacbc926
commit
9481e44ae2
2 changed files with 15 additions and 5 deletions
|
|
@ -45,7 +45,7 @@ import mage.target.TargetPlayer;
|
|||
public class SearchWarrant extends CardImpl<SearchWarrant> {
|
||||
|
||||
public SearchWarrant(UUID ownerId) {
|
||||
super(ownerId, 161, "Search Warrant", Rarity.COMMON, new CardType[]{CardType.SORCERY}, "{W}{U}");
|
||||
super(ownerId, 193, "Search Warrant", Rarity.COMMON, new CardType[]{CardType.SORCERY}, "{W}{U}");
|
||||
this.expansionSetCode = "RTR";
|
||||
|
||||
this.color.setBlue(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue