Adds grid forge rigs, chemistry sets, and chemlabs #2187
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
SUMMARY: Content "Allow wiring up electric chemistry sets, vehicle forge rigs, and vehicle chemlabs to grids"
Purpose of change
This adds a few more grid-placeable utilities, in particular making some over vehicle parts reusable for grid purposes in case you're stuck with those.
Dependent upon #2172 since this includes fun stuff like chemistry sets (which are multi-function), and also consistent with #2155.
Describe the solution
Describe alternatives you've considered
Procrastinating.
Testing
crafting_pseudo_item
as an array until Kheir's PR is merged.crafting_pseudo_item
.examine_action
.crafting_pseudo_item
arrays.Additional context
Note to self: The existence of
use_furn_fake_item
means I can borrow a page from Cataclysm++ and give forge items a repair use action without vehicle forges being broken, something I've wanted to do for years (in fact technically it was added to can forges in Cata++ specifically because furniture forges didn't play nice with having use actions).This will most likely need updating to fix merge conflicts once Kheir's PR is merged since it also touches grid welder rigs.