Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intro [2 Interceptor] #10067

Open
1 task done
alexpyattaev opened this issue May 17, 2024 · 4 comments
Open
1 task done

Intro [2 Interceptor] #10067

alexpyattaev opened this issue May 17, 2024 · 4 comments
Labels
bug Something in the game is not behaving as intended content A suggestion for new content that doesn't require code changes

Comments

@alexpyattaev
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

I have somehow managed to avoid getting the The Intro [2 Interceptor] mission offered when I still had an interceptor ship. Imagine my surprise getting it while flying my decked out Palavert full of nukemissiles, and getting a lecture about how I should run away from danger in human space lol...

Steps to Reproduce

  1. Go to Gemstone
  2. Click on Spaceport
  3. Get randomly offered a quest that is like... 5 years out of date?
  4. Be amused =)

Expected Behavior

The quest should not be offered if player is not actually flying an interceptor anymore=) Alternatively, the text should adjust to player's ship type, and/or alternative dialog should be provided.

Screenshots

No response

Link to save file

Troll Headcrab.txt

Operating System

Linux

Game Source

Other (please describe)

Game Version

Latest

Additional Information

Alternative fix could be to direct player better to the planet, I have no idea how I managed to skip this one.

@alexpyattaev alexpyattaev added bug Something in the game is not behaving as intended unconfirmed More information is needed to be sure this report is true labels May 17, 2024
@lumbar527
Copy link
Contributor

I think this is intentional; Interceptor [1] accepts any warship-type vessel:

	to offer
		has "Intro [0]: done"
		or
			has "ships: Interceptor"
			has "ships: Drone"
			has "ships: Fighter"
			has "ships: Light Warship"
			has "ships: Medium Warship"
			has "ships: Heavy Warship"
			has "ships: Superheavy"
		not "Intro [1 Transport]: offered"
		not "Intro [1 Freighter]: offered"

@TomGoodIdea TomGoodIdea added content A suggestion for new content that doesn't require code changes and removed unconfirmed More information is needed to be sure this report is true labels May 22, 2024
@alexpyattaev
Copy link
Author

Well bottom line is that the text of the mission contradicts the reality. Any midgame warship can 1v1 a bastion, and warnings given in the mission description do not fit the narrative. I'd argue this mission should not be offered when using anything above light warship.

@Anarchist2
Copy link
Collaborator

See #5917 and #6029, which is what you run into if you go with the naive solution of blocking the mission if you're not in a starter ship.

@alexpyattaev
Copy link
Author

Yeah... that is a mighty tough nut to crack...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something in the game is not behaving as intended content A suggestion for new content that doesn't require code changes
Projects
None yet
Development

No branches or pull requests

4 participants