[No GBP] Actually fix random recipes for real (#95895)

## About The Pull Request
Just the fix parts from #95892
Fixes #95876
## Why It's Good For The Game
## Changelog
🆑
fix: metalgen and secret sauce should now generate properly
/🆑

---------

Co-authored-by: l0 <-->
This commit is contained in:
levels0
2026-04-27 18:23:15 +02:00
committed by GitHub
co-authored by l0 <-->
parent 8c37743fc4
commit d2f84512b5
2 changed files with 3 additions and 0 deletions
@@ -6,6 +6,8 @@
//asert globchems done
for(var/randomized_type in subtypesof(/datum/chemical_reaction/randomized))
var/datum/chemical_reaction/randomized/R = GLOB.chemical_reactions_list[randomized_type]
if(!R)
continue
file_data["[R.type]"] = list(
timestamp = R.created,
required_reagents = R.required_reagents,