From bd97409e3f2acbae276674b25d92ee467db87895 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Thu, 11 Mar 2021 13:38:58 +0100 Subject: [PATCH] [MIRROR] holodeck templates no longer take double the room in the template-place list, even though they deserve all that room (#4066) * holodeck templates no longer take double the room in template-place (#57598) * holodeck templates no longer take double the room in the template-place list, even though they deserve all that room Co-authored-by: Kylerace --- code/controllers/subsystem/mapping.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/controllers/subsystem/mapping.dm b/code/controllers/subsystem/mapping.dm index f3d69bc037d..8bbbbcaee24 100644 --- a/code/controllers/subsystem/mapping.dm +++ b/code/controllers/subsystem/mapping.dm @@ -460,7 +460,6 @@ GLOBAL_LIST_EMPTY(the_station_areas) var/datum/map_template/holodeck/holo_template = new holodeck_type() holodeck_templates[holo_template.template_id] = holo_template - map_templates[holo_template.template_id] = holo_template //Manual loading of away missions. /client/proc/admin_away()