Corrected typo in 18R67, "Grima, Witless Worm"
Minor typo in action menu
This commit is contained in:
@@ -61,7 +61,7 @@ public class Card18_067 extends AbstractMinion {
|
||||
}
|
||||
if (game.getGameState().getTwilightPool() >= 4) {
|
||||
ActivateCardAction action = new ActivateCardAction(self);
|
||||
action.setText("Remove (4) to exert and unbound companion");
|
||||
action.setText("Remove (4) to exert an unbound companion");
|
||||
action.appendCost(
|
||||
new RemoveTwilightEffect(4));
|
||||
action.appendEffect(
|
||||
|
||||
Reference in New Issue
Block a user