Closed jackledead closed 11 months ago
It is indeed a problem with copy-from. It's been reported on Discord a bunch of times but I believe this is the first GitHub report. It could be trivially fixed in JSON but from what I heard the perfect solution would be to correct C++ copy-from behavior to fix the issue at the core.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Please do not bump or comment on this issue unless you are actively working on it. Stale issues, and stale issues that are closed are still considered.
Describe the bug
I picked some wild shrub, got a plant stalk (which i believe recently was replaced from the burdock stalk) and I could cook it without having any tools or heat/flame.
If you look at the code I believe it's from some copy_from shenanigans.
{ "type": "recipe", "activity_level": "LIGHT_EXERCISE", "result": "cooked_burdock_stalk", "copy-from": "cooked_cattail_stalk", "components": [ [ [ "plant_stalk", 1 ] ] ] },
Attach save file
Mizpah_copy-trimmed.tar.gz
Steps to reproduce
debug spawn plant stalk. get recipe. get skills required. press & and make the cooked plant stalk with no fire.
Expected behavior
I expect to use heat/flame to cook the item like all the other veggie recipes.
Screenshots
Versions and configuration
Additional context
No response