yafc icon indicating copy to clipboard operation
yafc copied to clipboard

[BUG] Create new production table links products incorrectly

Open wesdotcool opened this issue 3 years ago • 1 comments

YAFC 0.5.8

When you create a new production table for an unlinked ingredient, the newly created production table is slightly broken. When you add a recipe to the new table it does not calculate properly. The fix for this is to unlink the desired product. Normally you can't unlink desired products, but in this specific case you can. create_new_production_table bad_link unlink_button

wesdotcool avatar Sep 08 '21 17:09 wesdotcool

I was able to reproduce the issue. Looks like it creates 2 links for the same thing and you need to remove one of those to work correctly.

Edit: Fixed for the next version

ShadowTheAge avatar Sep 08 '21 21:09 ShadowTheAge