mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
[MIRROR] [MDB IGNORE] UpdatePaths to convert directional pane windows to their proper subtypes, also creates the /south spawner for consistency [MDB IGNORE] (#20463)
* [MDB IGNORE] UpdatePaths to convert directional pane windows to their proper subtypes, also creates the /south spawner for consistency * wew --------- Co-authored-by: Jolly <70232195+Jolly-66@users.noreply.github.com> Co-authored-by: Paxilmaniac <paxilmaniac@gmail.com> Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
This commit is contained in:
co-authored by
Jolly
Paxilmaniac
Gandalf
parent
0ec3f52bdd
commit
1afaf1562a
@@ -437,14 +437,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
|
||||
@@ -568,14 +561,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
|
||||
@@ -605,14 +591,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
|
||||
@@ -641,14 +620,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