The rest of these types of cards need to be fixed as well.
This commit is contained in:
Jeff Wadsworth 2023-11-07 17:09:56 -06:00
parent b1e7e589ee
commit 3b90880fa3
2 changed files with 9 additions and 2 deletions

View file

@ -61,9 +61,10 @@ public class ChooseCreatureTypeEffect extends OneShotEffect {
}
/**
* @param objectId sourceId the effect was exeuted under
* @param objectId sourceId the effect was executed under
* @param game
* @param typePostfix special postfix if you want to store multiple choices from different effects
* @param typePostfix special postfix if you want to store multiple choices
* from different effects
* @return
*/
public static SubType getChosenCreatureType(UUID objectId, Game game, String typePostfix) {