Don't load more than one of each painting

This commit is contained in:
Aronai Sieyes
2021-07-07 14:56:13 -04:00
parent dfb7df9b82
commit b3582ef0ad
3 changed files with 28 additions and 16 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()
. = ..()