Provisional rocket part missing from listed effects of "Provisional Rocketry" technology #11

Closed
opened 2025-11-09 20:40:22 +01:00 by Noreja · 2 comments

Would've done a pull request, but not allowed, so just gonna add the suggestion here:

When playing through Lignumis, I wanted to use the tech-tree's preview of the provisional rocket part recipe, in an attempt to plan ahead; but unlike the vanilla rocket part, this wasn't listed as an effect of the its respective technology. I suspect this is maybe a bug/oversight..?

I humbly suggest that the following be added to prototypes/content/technology.lua ("effects" array on line 66):

            {
                type = "unlock-recipe",
                recipe = "provisional-rocket-part"
            }

Tested it locally, and it seems to do the trick.
Best regards.

Would've done a pull request, but not allowed, so just gonna add the suggestion here: When playing through Lignumis, I wanted to use the tech-tree's preview of the _provisional rocket part_ recipe, in an attempt to plan ahead; but unlike the vanilla _rocket part,_ this wasn't listed as an effect of the its respective technology. I suspect this is maybe a bug/oversight..? I humbly suggest that the following be added to `prototypes/content/technology.lua` ("`effects`" array on line 66): ``` { type = "unlock-recipe", recipe = "provisional-rocket-part" } ``` Tested it locally, and it seems to do the trick. Best regards.

Ok, why not. PRs are allowed though.

Ok, why not. PRs are allowed though.
Author

@cacklingfiend wrote in #11 (comment):

PRs are allowed though.

My bad, guess I got confused by the greyed out 'New Pull Request' in the web UI. I assume cause there were no open branches.

@cacklingfiend wrote in https://git.cacklingfiend.info/cacklingfiend/lignumis/issues/11#issuecomment-161: > PRs are allowed though. My bad, guess I got confused by the greyed out 'New Pull Request' in the web UI. I assume cause there were no open branches.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: cacklingfiend/lignumis#11
No description provided.