mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Fixed all effects without the "Image" parameter throwing errors.
This commit is contained in:
@@ -397,7 +397,9 @@ public class AbilityFactoryEffect {
|
||||
eff.setImageName(card.getImageName());
|
||||
eff.setColor(card.getColor());
|
||||
eff.setImmutable(true);
|
||||
if (params.containsKey("Image")) {
|
||||
eff.setImageName(params.get("Image"));
|
||||
}
|
||||
|
||||
// Effects should be Orange or something probably
|
||||
|
||||
|
||||
Reference in New Issue
Block a user