mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
Secret Sauce Fix Episode Two (#52545)
This commit is contained in:
@@ -343,7 +343,7 @@ SUBSYSTEM_DEF(persistence)
|
||||
var/datum/chemical_reaction/randomized/R = new randomized_type
|
||||
var/loaded = FALSE
|
||||
if(R.persistent && json)
|
||||
var/list/recipe_data = json[R.type]
|
||||
var/list/recipe_data = json["[R.type]"]
|
||||
if(recipe_data)
|
||||
if(R.LoadOldRecipe(recipe_data) && (daysSince(R.created) <= R.persistence_period))
|
||||
loaded = TRUE
|
||||
|
||||
Reference in New Issue
Block a user