mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user