fixed mana generatemoves

This commit is contained in:
mig 2017-05-12 16:57:11 +02:00
parent 48fd8c6e72
commit 8ebdd980ca

View file

@ -200,6 +200,7 @@ Model.Board.manaCreatePlacement = function(aGame,orient) {
}
Model.Board.GenerateMoves = function(aGame) {
this.mMoves = [];
if(this.stage==1) {
var orients=["NE","SE","SW","NW"];
for(var i=0;i<aGame.mOptions.stage1start;i++) {