mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
[MIRROR] fixes hollow survival pod window spawners [MDB IGNORE] (#18178)
* fixes hollow survival pod window spawners (#72000) ## About The Pull Request they used fulltile survival pods so it just spawned 4 full windows in one place ## Why It's Good For The Game i use them on my map and it upsets me ## Changelog 🆑 fix: fixes hollow survival pod window spawners /🆑 * fixes hollow survival pod window spawners Co-authored-by: Fikou <23585223+Fikou@users.noreply.github.com>
This commit is contained in:
@@ -91,20 +91,20 @@
|
||||
smoothing_groups = list(SMOOTH_GROUP_SURVIVAL_TITANIUM_POD, SMOOTH_GROUP_SHUTTLE_PARTS)
|
||||
canSmoothWith = list(SMOOTH_GROUP_SURVIVAL_TITANIUM_POD)
|
||||
|
||||
/obj/structure/window/reinforced/shuttle/survival_pod/spawner/north
|
||||
dir = NORTH
|
||||
|
||||
/obj/structure/window/reinforced/shuttle/survival_pod/spawner/east
|
||||
dir = EAST
|
||||
|
||||
/obj/structure/window/reinforced/shuttle/survival_pod/spawner/west
|
||||
dir = WEST
|
||||
|
||||
/obj/structure/window/reinforced/survival_pod
|
||||
name = "pod window"
|
||||
icon = 'icons/obj/lavaland/survival_pod.dmi'
|
||||
icon_state = "pwindow"
|
||||
|
||||
/obj/structure/window/reinforced/survival_pod/spawner/north
|
||||
dir = NORTH
|
||||
|
||||
/obj/structure/window/reinforced/survival_pod/spawner/east
|
||||
dir = EAST
|
||||
|
||||
/obj/structure/window/reinforced/survival_pod/spawner/west
|
||||
dir = WEST
|
||||
|
||||
//Door
|
||||
/obj/machinery/door/airlock/survival_pod
|
||||
name = "Airlock"
|
||||
|
||||
Reference in New Issue
Block a user