mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
Merge branch 'attach' into 'master'
Fix Attachments not being removed from protection See merge request core-developers/forge!6138
This commit is contained in:
@@ -44,7 +44,7 @@ public class StaticAbilityCantAttach {
|
||||
}
|
||||
}
|
||||
|
||||
if (checkSBA && stAb.matchesValidParam("Exceptions", card)) {
|
||||
if (checkSBA && stAb.hasParam("Exceptions") && stAb.matchesValidParam("Exceptions", card)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user