Merge pull request #10949 from VOREStation/Arokha/persistcross

More painting tweaks
This commit is contained in:
Aronai Sieyes
2021-07-07 21:07:31 +00:00
committed by Chompstation Bot
parent 7e10238662
commit a0b482e956
3 changed files with 29 additions and 17 deletions
+2 -1
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()
. = ..()