forked from External/mage
Fixed #11381
The rest of these types of cards need to be fixed as well.
This commit is contained in:
parent
b1e7e589ee
commit
3b90880fa3
2 changed files with 9 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue