mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
[MDB IGNORE] UpdatePaths to convert directional pane windows to their proper subtypes, also creates the /south spawner for consistency (#74517)
## About The Pull Request Title. ## Why It's Good For The Game 1. This nukes a lot of silly var edits, and cleans up maps 2. The south spawner *isn't* really needed, but having it is nice for consistency and clarity 3. Sometime ago I forget which map but one of them had var edited directional subtypes and that made me cry ## Changelog 🆑 Jolly fix: Maps internally had the code for the "directional" windows altered a bit. If you see stacked window panes or things look incorrectly, please file a bug report as that isn't intentional!! /🆑
This commit is contained in:
@@ -436,14 +436,7 @@
|
||||
|
||||
return TRUE
|
||||
|
||||
/obj/structure/window/spawner/east
|
||||
dir = EAST
|
||||
|
||||
/obj/structure/window/spawner/west
|
||||
dir = WEST
|
||||
|
||||
/obj/structure/window/spawner/north
|
||||
dir = NORTH
|
||||
MAPPING_DIRECTIONAL_HELPERS(/obj/structure/window/spawner, 0)
|
||||
|
||||
/obj/structure/window/unanchored
|
||||
anchored = FALSE
|
||||
@@ -573,14 +566,7 @@
|
||||
if(RWINDOW_BARS_CUT)
|
||||
. += span_notice("The main pane can be easily moved out of the way to reveal some <b>bolts</b> holding the frame in.")
|
||||
|
||||
/obj/structure/window/reinforced/spawner/east
|
||||
dir = EAST
|
||||
|
||||
/obj/structure/window/reinforced/spawner/west
|
||||
dir = WEST
|
||||
|
||||
/obj/structure/window/reinforced/spawner/north
|
||||
dir = NORTH
|
||||
MAPPING_DIRECTIONAL_HELPERS(/obj/structure/window/reinforced/spawner, 0)
|
||||
|
||||
/obj/structure/window/reinforced/unanchored
|
||||
anchored = FALSE
|
||||
@@ -610,14 +596,7 @@
|
||||
. = ..()
|
||||
RemoveElement(/datum/element/atmos_sensitive)
|
||||
|
||||
/obj/structure/window/plasma/spawner/east
|
||||
dir = EAST
|
||||
|
||||
/obj/structure/window/plasma/spawner/west
|
||||
dir = WEST
|
||||
|
||||
/obj/structure/window/plasma/spawner/north
|
||||
dir = NORTH
|
||||
MAPPING_DIRECTIONAL_HELPERS(/obj/structure/window/plasma/spawner, 0)
|
||||
|
||||
/obj/structure/window/plasma/unanchored
|
||||
anchored = FALSE
|
||||
@@ -646,14 +625,7 @@
|
||||
/obj/structure/window/reinforced/plasma/block_superconductivity()
|
||||
return TRUE
|
||||
|
||||
/obj/structure/window/reinforced/plasma/spawner/east
|
||||
dir = EAST
|
||||
|
||||
/obj/structure/window/reinforced/plasma/spawner/west
|
||||
dir = WEST
|
||||
|
||||
/obj/structure/window/reinforced/plasma/spawner/north
|
||||
dir = NORTH
|
||||
MAPPING_DIRECTIONAL_HELPERS(/obj/structure/window/reinforced/plasma/spawner, 0)
|
||||
|
||||
/obj/structure/window/reinforced/plasma/unanchored
|
||||
anchored = FALSE
|
||||
|
||||
Reference in New Issue
Block a user