mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
Fix Attachments not being removed from protection
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