Merge pull request #1373 from ArchieBeepBoop/bobross

Fixes painting persistency
This commit is contained in:
Dahlular
2021-07-22 02:21:24 -06:00
committed by GitHub
+1 -1
View File
@@ -31,6 +31,7 @@ SUBSYSTEM_DEF(persistence)
if(CONFIG_GET(flag/use_antag_rep))
LoadAntagReputation()
LoadRandomizedRecipes()
LoadPaintings()
return ..()
/datum/controller/subsystem/persistence/proc/LoadSatchels()
@@ -421,7 +422,6 @@ SUBSYSTEM_DEF(persistence)
var/json_file = file("data/paintings.json")
if(fexists(json_file))
paintings = json_decode(file2text(json_file))
for(var/obj/structure/sign/painting/P in painting_frames)
P.load_persistent()