From 1d3351c15c4aa975daf0a89acca9d6ef1f6c8def Mon Sep 17 00:00:00 2001 From: Roxy <75404941+TealSeer@users.noreply.github.com> Date: Sun, 16 Mar 2025 22:22:42 -0400 Subject: [PATCH] Fix Nebulastation failing unit tests (#3326) ## About The Pull Request ef3095bffcb12e8073380d0bab55ee1b74f821cb changed the wiring in the nebula SM room and our automapper template needs to be updated to accommodate this ## Why It's Good For The Game I am hopelessly dependent on the green checkmark ## Proof Of Testing
Screenshots/Videos ![image](https://github.com/user-attachments/assets/6a14199c-faa5-458c-8033-e7afada07a23)
--- .../templates/NebulaStation/nebulastation_supermatter.dmm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_maps/bubber/automapper/templates/NebulaStation/nebulastation_supermatter.dmm b/_maps/bubber/automapper/templates/NebulaStation/nebulastation_supermatter.dmm index da83b699362..7a27106b7de 100644 --- a/_maps/bubber/automapper/templates/NebulaStation/nebulastation_supermatter.dmm +++ b/_maps/bubber/automapper/templates/NebulaStation/nebulastation_supermatter.dmm @@ -49,6 +49,7 @@ /obj/effect/turf_decal/stripes/corner{ dir = 4 }, +/obj/structure/cable/layer1, /turf/open/floor/engine, /area/station/engineering/supermatter/room) "T" = ( @@ -60,6 +61,7 @@ /area/station/engineering/supermatter/room) "V" = ( /obj/structure/cable, +/obj/structure/cable/layer1, /turf/open/floor/noslip, /area/station/engineering/supermatter/room) "Y" = ( @@ -70,6 +72,7 @@ /obj/effect/turf_decal/stripes/corner{ dir = 1 }, +/obj/structure/cable/layer1, /turf/open/floor/engine, /area/station/engineering/supermatter/room)