Commit stage 1 of large game view refactoring

This commit is contained in:
drdev
2014-10-06 04:06:42 +00:00
parent e599aef134
commit afcad4e672
92 changed files with 3490 additions and 6023 deletions

View File

@@ -575,7 +575,7 @@ public class PlayerControllerForTests extends PlayerController {
@Override
public CardShields chooseRegenerationShield(Card c) {
return Iterables.getFirst(c.getShield(), null);
return Iterables.getFirst(c.getShields(), null);
}
@Override