mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
[FIC] Implement Garland, Royal Kidnapper
This commit is contained in:
parent
4b146dec7e
commit
928a851d79
4 changed files with 175 additions and 4 deletions
|
|
@ -13,7 +13,7 @@ public class BecomesMonarchTargetEffect extends OneShotEffect {
|
|||
|
||||
public BecomesMonarchTargetEffect() {
|
||||
super(Outcome.Benefit);
|
||||
staticText = "target player becomes the monarch";
|
||||
staticText = "target opponent becomes the monarch";
|
||||
}
|
||||
|
||||
protected BecomesMonarchTargetEffect(final BecomesMonarchTargetEffect effect) {
|
||||
|
|
@ -34,5 +34,4 @@ public class BecomesMonarchTargetEffect extends OneShotEffect {
|
|||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue