mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
Merge branch 'stx_2' into 'master'
STX - 2 April See merge request core-developers/forge!4354
This commit is contained in:
@@ -541,7 +541,11 @@ public class CostAdjustment {
|
||||
}
|
||||
curSa = curSa.getSubAbility();
|
||||
}
|
||||
if (!targetValid) {
|
||||
if (st.hasParam("UnlessValidTarget")) {
|
||||
if (targetValid) {
|
||||
return false;
|
||||
}
|
||||
} else if (!targetValid) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user