this.nextView('roll')}>
+ this.nextView('roll')}>
Roll for harvest!
) : ( )}
@@ -1359,7 +1361,7 @@ class Harvest extends React.Component {
showScreen={() => this.nextView('income')}
skip={this.props.player.name === this.props.game.currentPlayer || this.props.currentPlayer.ai}
autoSkip={this.props.autoSkip === 'die'}
- showScreenDelay={2000} />);
+ showScreenDelay={showScreenDelay} />);
break;
case 'income':
view = (
@@ -1392,7 +1394,7 @@ class Harvest extends React.Component {
{isCurrentPlayer || this.props.currentPlayer.ai ? (
- this.nextView('expense-value')}>Continue
+ this.nextView('expense-value')}>Continue
) : ( )}
@@ -1428,7 +1430,7 @@ class Harvest extends React.Component {
{isCurrentPlayer || this.props.currentPlayer.ai ?
(
- Continue
+ Continue
) : ( )}
@@ -1454,9 +1456,9 @@ class Moving extends React.Component {
buttons = ( );
} else if (this.props.ui.playerSpaces[(this.props.currentPlayer.ai && this.props.currentPlayer.color) || this.props.player.color]
=== this.props.ui.actionValue.to) {
- buttons = ( this.props.showNextAction()}>Continue );
+ buttons = ( this.props.showNextAction()}>Continue );
} else {
- buttons = ( this.skip()}>Skip );
+ buttons = ( this.skip()}>Skip );
}
const { currentPlayer } = this.props;
return (
@@ -1518,7 +1520,7 @@ class Action extends React.Component {
);
}
- buttons = ( this.props.showNextAction()}>Continue );
+ buttons = ( this.props.showNextAction()}>Continue );
break;
case 'farmers-fate':
view = (
@@ -1529,7 +1531,7 @@ class Action extends React.Component {
);
- buttons = ( this.props.showNextAction()}>Continue );
+ buttons = ( this.props.showNextAction()}>Continue );
break;
case 'ff-uncle-bert':
const { cash } = this.props.player;
@@ -1593,7 +1595,7 @@ class Action extends React.Component {
);
- buttons = ( this.props.showNextAction()}>Continue );
+ buttons = ( this.props.showNextAction()}>Continue );
break;
case 'info':
view = (
@@ -1601,7 +1603,7 @@ class Action extends React.Component {
{this.props.ui.actionValue}
);
- buttons = ( this.props.showNextAction()}>Continue );
+ buttons = ( this.props.showNextAction()}>Continue );
break;
case 'harvest':
view = ( );
+ showScreenDelay={showScreenDelay} />);
buttons = ( );
break;
default:
@@ -1693,7 +1695,7 @@ class Action extends React.Component {
game={this.props.game} />);
} else if (currentPlayer.ai) {
view = (
-
+
Next Player's Turn
);
diff --git a/src/components/login-or-create-account/LoginOrCreateAccount.jsx b/src/components/login-or-create-account/LoginOrCreateAccount.jsx
index 37b6f78..378878d 100644
--- a/src/components/login-or-create-account/LoginOrCreateAccount.jsx
+++ b/src/components/login-or-create-account/LoginOrCreateAccount.jsx
@@ -42,7 +42,7 @@ export default class LoginOrCreateAccount extends React.Component {
createAccount={this.props.createAccount} />
)}
>
);
diff --git a/src/components/welcome/Welcome.jsx b/src/components/welcome/Welcome.jsx
index c047a8a..31a94e2 100644
--- a/src/components/welcome/Welcome.jsx
+++ b/src/components/welcome/Welcome.jsx
@@ -32,7 +32,7 @@ class Welcome extends React.Component {
Your ancestors were farmers on one of the first transports to Alpha Centuari{`'`}s Proxima b. The growing season is short and harsh but the colonists depend on you for their food. Are you up to the challenge?
-
+
Begin