[MIRROR] Makes engravings actually show up in maintenance like they were intended to [MDB IGNORE] (#12838)

* Makes engravings actually show up in maintenance. (probably) (#66212)

* Makes engravings actually show up in maintenance like they were intended to

Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-04-17 08:48:34 -07:00
committed by GitHub
co-authored by MrMelbert
parent 9a032165f1
commit 327daa65b4
+1 -1
View File
@@ -66,7 +66,7 @@ SUBSYSTEM_DEF(persistence)
var/successfully_loaded_engravings = 0
var/list/viable_turfs = get_area_turfs(/area/maintenance) + get_area_turfs(/area/security/prison)
var/list/viable_turfs = get_area_turfs(/area/maintenance, subtypes = TRUE) + get_area_turfs(/area/security/prison, subtypes = TRUE)
var/list/turfs_to_pick_from = list()
for(var/turf/T as anything in viable_turfs)