[FIC] Implement Garland, Royal Kidnapper

This commit is contained in:
theelk801 2025-12-06 14:34:48 -05:00
parent 4b146dec7e
commit 928a851d79
4 changed files with 175 additions and 4 deletions

View file

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