mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-28 03:01:37 +00:00
Some recipes were sorted using paths that resulted in empty recipe types (for example, /datum/recipe/microwave/human/burger causing an empty /detum/recipe/microwave/human type to exist). These would be included in the available recipes, and since their requirements are null, would all be satisfied by anything in the machine. Since their result is null, a runtime would occur while trying to create nothing. This fixes some (all? Too lazy to test them all) kitchen machines never failing.