mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
- Removed forcing of RememberSacrificed from AF Sacrifice.
This commit is contained in:
@@ -449,7 +449,7 @@ public class AbilityFactorySacrifice {
|
|||||||
msg = "Sacrifice a " + msg;
|
msg = "Sacrifice a " + msg;
|
||||||
|
|
||||||
final boolean destroy = params.containsKey("Destroy");
|
final boolean destroy = params.containsKey("Destroy");
|
||||||
final boolean remSacrificed = true;
|
final boolean remSacrificed = params.containsKey("RememberSacrificed");
|
||||||
|
|
||||||
if (valid.equals("Self")) {
|
if (valid.equals("Self")) {
|
||||||
if (AllZone.getZoneOf(card).is(Constant.Zone.Battlefield)) {
|
if (AllZone.getZoneOf(card).is(Constant.Zone.Battlefield)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user