mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
Merge branch 'token' into 'master'
Fix ReplaceToken See merge request core-developers/forge!4209
This commit is contained in:
@@ -41,7 +41,7 @@ public class ReplaceToken extends ReplacementEffect {
|
|||||||
if (!matchesValidParam("ValidPlayer", runParams.get(AbilityKey.Affected))) {
|
if (!matchesValidParam("ValidPlayer", runParams.get(AbilityKey.Affected))) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (!matchesValidParam("ValidToken", runParams.get(AbilityKey.Affected))) {
|
if (!matchesValidParam("ValidToken", runParams.get(AbilityKey.Token))) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user