Fixing infobar bug for operating expenses.
This commit is contained in:
@@ -259,7 +259,7 @@ function initialize(st, sc) {
|
|||||||
case 'harvest|expense-value':
|
case 'harvest|expense-value':
|
||||||
store.dispatch(message(state.farm.game.currentPlayer +
|
store.dispatch(message(state.farm.game.currentPlayer +
|
||||||
' had operating expense of $' +
|
' had operating expense of $' +
|
||||||
formatMoney(Math.abs(state.farm.ui.actionValue.operatingExpenseValue))));
|
formatMoney(Math.abs(state.farm.ui.actionValue.operatingExpenseValue[state.farm.game.currentPlayer]))));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user