Cataclysm-DDA icon indicating copy to clipboard operation
Cataclysm-DDA copied to clipboard

AMMO with reversible craft will only give default disassembly

Open flybye3o6 opened this issue 2 years ago • 4 comments

Describe the bug

ammo with reversible craft will only give the first listed craft items when disassembling

Steps to reproduce

make an acid bomb with 2 glass flasks, 2 hydrochloric acid, and 50 plant fiber disassembly will yield 1 0.5L glass jar, 2 sulfuric acid, 1 short string

Expected behavior

disassembly returns only the items used in craft or remove "reversible": true from ammo crafts that use a choice of components or idk something so i can pass uncraft tests

Screenshots

the craft image the resulting item image this causes test failures image

Versions and configuration

  • OS: Windows
    • OS Version: 10.0.19044.2364 (21H2)
  • Game Version: b3b97e0 [64-bit]
  • Graphics Version: Tiles
  • Game Language: System language []
  • Mods loaded: [ Dark Days Ahead [dda], Disable NPC Needs [no_npc_food], No Fungal Growth [no_fungal_growth], Bionic Professions [package_bionic_professions] ]

Additional context

changing acidbomb "type": "AMMO" to "TOOL" gave this result and could be disassembled back into its parts(not a fix) image image

flybye3o6 avatar Dec 27 '22 03:12 flybye3o6

count_by_charges items currently don't store their components, so they'll always fall back to default components. That's because there might be issues with distributing components evenly to charges. So there's two ways to solve this.

  1. Make ammo not count_by_charges anymore. This will happen but probably take a while.
  2. Use the improvements from #62498 and #60885 to enforce components to be multiples of charges and then also store components for count_by_charges items. Still means waiting for those, but should be a fairly small change after that. Could also be done independently of those, but might be more issue-prone.

mqrause avatar Dec 27 '22 04:12 mqrause

quick fix i can do for my needs, its hacky and i dont like it but the molotov cocktail already does this would be to change acid bomb type to TOOL and make a sling ready acid bomb and make that AMMO rn ill just wait because i dont need anything until after next stable, and i dont want to add something just to reverse it latter i was looking for other items effected by this and all i found was baseball im sure there are other items but its likely to be a small list

flybye3o6 avatar Dec 27 '22 05:12 flybye3o6

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.

github-actions[bot] avatar Jan 26 '23 06:01 github-actions[bot]

Not fixed yet

LyleSY avatar Mar 03 '23 01:03 LyleSY

when this is fixed "reversible": true will need to be added back into acidbomb recipe

flybye3o6 avatar Mar 03 '23 22:03 flybye3o6

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.

github-actions[bot] avatar Apr 03 '23 00:04 github-actions[bot]