mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
Fix ReplaceToken
This commit is contained in:
@@ -41,7 +41,7 @@ public class ReplaceToken extends ReplacementEffect {
|
||||
if (!matchesValidParam("ValidPlayer", runParams.get(AbilityKey.Affected))) {
|
||||
return false;
|
||||
}
|
||||
if (!matchesValidParam("ValidToken", runParams.get(AbilityKey.Affected))) {
|
||||
if (!matchesValidParam("ValidToken", runParams.get(AbilityKey.Token))) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user