Fixes persistent paintings load order (#90515)

## About The Pull Request

Persistent paintings should be loaded after persistence itself

## Why It's Good For The Game

Bugfix confirmed to be working (test merging this fix live currently).

## Changelog

🆑
fix: fixes persistent paintings not loading
/🆑
This commit is contained in:
Bloop
2025-04-10 01:24:31 -04:00
committed by Shadow-Quill
parent f13ccc5d1a
commit 13bf88b2ce

View File

@@ -94,6 +94,9 @@
SUBSYSTEM_DEF(persistent_paintings)
name = "Persistent Paintings"
flags = SS_NO_FIRE
dependencies = list(
/datum/controller/subsystem/persistence,
)
/// A list of painting frames that this controls
var/list/obj/structure/sign/painting/painting_frames = list()