mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 17:52:36 +00:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user