mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 02:08:00 +00:00
Update SpellAbilityEffect.java
This commit is contained in:
@@ -972,7 +972,7 @@ public abstract class SpellAbilityEffect {
|
||||
if (("AsLongAsControl".equals(duration) || "AsLongAsInPlay".equals(duration)) && hostCard.isPhasedOut()) {
|
||||
return false;
|
||||
}
|
||||
if (("UntilLoseControlOfHost".equals(duration) || "ForAsLongAsControl".equals(duration)) && hostCard.getController() != sa.getActivatingPlayer()) {
|
||||
if (("UntilLoseControlOfHost".equals(duration) || "AsLongAsControl".equals(duration)) && hostCard.getController() != sa.getActivatingPlayer()) {
|
||||
return false;
|
||||
}
|
||||
if ("UntilUntaps".equals(duration) && !hostCard.isTapped()) {
|
||||
|
||||
Reference in New Issue
Block a user