- CNS: Added Brago's Representative

This commit is contained in:
swordshine
2014-05-19 06:00:43 +00:00
parent 9e2faccccd
commit 933488f9e9
7 changed files with 88 additions and 23 deletions

View File

@@ -446,6 +446,11 @@ public class PlayerControllerForTests extends PlayerController {
return chooseItem(validTypes);
}
@Override
public String vote(SpellAbility sa, String prompt, List<String> options) {
return chooseItem(options);
}
@Override
public PaperCard chooseSinglePaperCard(SpellAbility sa, String message, Predicate<PaperCard> cpp, String name) {
throw new IllegalStateException("Erring on the side of caution here...");