mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48: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;
|
||||
|
||||
final boolean destroy = params.containsKey("Destroy");
|
||||
final boolean remSacrificed = true;
|
||||
final boolean remSacrificed = params.containsKey("RememberSacrificed");
|
||||
|
||||
if (valid.equals("Self")) {
|
||||
if (AllZone.getZoneOf(card).is(Constant.Zone.Battlefield)) {
|
||||
|
||||
Reference in New Issue
Block a user