bool GoToTomb( bool gotoTravel, bool gotoEat )
{
return ( gotoTravel || gotoEat );
}