mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
Reduce FailedToTarget scenario
This commit is contained in:
@@ -244,7 +244,6 @@ public class SpellAbilityCondition extends SpellAbilityVariables {
|
||||
* @return a boolean.
|
||||
*/
|
||||
public final boolean areMet(final SpellAbility sa) {
|
||||
|
||||
Player activator = sa.getActivatingPlayer();
|
||||
if (activator == null) {
|
||||
activator = sa.getHostCard().getController();
|
||||
|
||||
Reference in New Issue
Block a user