-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
plant_stalk can be cooked without heat/fire #69057
Comments
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. |
#60257, both qualities and tools are not inherited |
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. |
…71266) * Plank stalks now cook properly. Fixes #69057 ? * Plant stalks now cook properly plant stalks require a heat source to cook. * Fixes "qualities" Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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
Dark Days Ahead [dda],
Disable NPC Needs [no_npc_food],
Portal Storms Ignore NPCs [personal_portal_storms],
Slowdown Fungal Growth [no_fungal_growth],
Jackledead Infected [jackledead_infected],
Jackledead Armory [jackledead_armory],
Grow More Drugs (CDF+) [grow_more_drugs],
Deadly Zombie Virus [deadly_bites],
Disable Mutagens [no_mutagen],
Tamable Wildlife [Tamable_Wildlife],
Stats Through Skills [StatsThroughSkills],
Stats Through Kills [stats_through_kills],
SpeedyDex [speedydex]
]
Additional context
No response
The text was updated successfully, but these errors were encountered: