Merge pull request #2451 from CHOMPStationBot/upstream-merge-10949

[MIRROR] More painting tweaks
This commit is contained in:
Nadyr
2021-07-07 23:56:53 -04:00
committed by GitHub
3 changed files with 29 additions and 17 deletions

View File

@@ -7,7 +7,8 @@ SUBSYSTEM_DEF(persistence)
/// Places our subsystem can spawn paintings (helps with art spawning differently across maps)
var/list/obj/structure/sign/painting/painting_frames = list()
var/list/paintings = list()
var/list/all_paintings = list()
var/list/unpicked_paintings = list()
/datum/controller/subsystem/persistence/Initialize()
. = ..()