Merge pull request #15585 from SandPoot/Initialize(mapload)

Every case of initialize that should have mapload, does
This commit is contained in:
silicons
2022-04-15 17:41:57 -07:00
committed by GitHub
881 changed files with 1588 additions and 1588 deletions
@@ -177,7 +177,7 @@ GLOBAL_LIST_INIT(food_reagents, build_reagents_to_food()) //reagentid = related
return list()
. = ..()
/obj/item/paper/secretrecipe/Initialize()
/obj/item/paper/secretrecipe/Initialize(mapload)
. = ..()
if(SSpersistence.initialized)
UpdateInfo()