mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Merge pull request #2451 from CHOMPStationBot/upstream-merge-10949
[MIRROR] More painting tweaks
This commit is contained in:
@@ -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()
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user