mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
fixup bad ()
This commit is contained in:
@@ -108,7 +108,7 @@ public class SacrificeEffect extends SpellAbilityEffect {
|
|||||||
if (valid.equals("Self") && game.getZoneOf(card) != null) {
|
if (valid.equals("Self") && game.getZoneOf(card) != null) {
|
||||||
if (game.getZoneOf(card).is(ZoneType.Battlefield)) {
|
if (game.getZoneOf(card).is(ZoneType.Battlefield)) {
|
||||||
if (!optional || activator.getController().confirmAction(sa, null,
|
if (!optional || activator.getController().confirmAction(sa, null,
|
||||||
Localizer.getInstance().getMessage("lblDoYouWantSacrificeThis"), card.getName())) {
|
Localizer.getInstance().getMessage("lblDoYouWantSacrificeThis", card.getName()))) {
|
||||||
if (game.getAction().sacrifice(card, sa, table, params) != null) {
|
if (game.getAction().sacrifice(card, sa, table, params) != null) {
|
||||||
if (remSacrificed) {
|
if (remSacrificed) {
|
||||||
card.addRemembered(card);
|
card.addRemembered(card);
|
||||||
|
|||||||
Reference in New Issue
Block a user