mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Fixed Goblin Grenade, cannot cast it as an instant now.
- Fixed Thought Courier, Blightspeaker, Cackling Imp and Stern Judge.
This commit is contained in:
@@ -16201,7 +16201,7 @@ return land.size() > 1 && CardFactoryUtil.AI_isMainPhase();
|
||||
CardList gobs = new CardList(AllZone.getZone(Constant.Zone.Play, card.getController()).getCards());
|
||||
gobs = gobs.getType("Goblin");
|
||||
|
||||
return gobs.size()>0;
|
||||
return super.canPlay() && gobs.size()>0;
|
||||
}
|
||||
|
||||
public boolean canPlayAI()
|
||||
|
||||
Reference in New Issue
Block a user