QWNGV2GYDBQ3DSAUQFEJ74UUYMWXGR4E4IRGK6B5MB4QCCQB5XQQC
}
/**
* Depending on the minigame we are in, set the gamestate to nextMinigame or
* endGame.
*/
function gotoNextMinigameOrEndGame()
{
$in_last_minigame = self::getGameStateValue('minigame') == $this->constants['MINIGAMES'];
return $this->gamestate->nextState($in_last_minigame ? 'endGame' : 'nextMinigame');