mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
Fixed An-Zerrin Ruins to only work with creature types.
This commit is contained in:
@@ -10543,6 +10543,7 @@ public class CardFactory implements NewConstants {
|
||||
else {
|
||||
//not implemented for AI
|
||||
}
|
||||
if (!CardUtil.isCreatureType(chosenType)) chosenType = "";
|
||||
card.setChosenType(chosenType);
|
||||
}//resolve()
|
||||
}; //comesIntoPlayAbility
|
||||
|
||||
Reference in New Issue
Block a user