mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- Fixed continuous static effects that only change colors not being applied.
This commit is contained in:
@@ -84,7 +84,7 @@ public class StaticAbility {
|
||||
|| mapParams.containsKey("AddTrigger"))
|
||||
return 6;
|
||||
|
||||
if(mapParams.containsKey("AddColor") || mapParams.containsKey("RemoveColor"))
|
||||
if(mapParams.containsKey("AddColor") || mapParams.containsKey("RemoveColor") || mapParams.containsKey("SetColor"))
|
||||
return 5;
|
||||
|
||||
if(mapParams.containsKey("AddType") || mapParams.containsKey("RemoveCardType")
|
||||
|
||||
Reference in New Issue
Block a user