mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
[MDB Ignore] Make shuttle windows deconstructable (#61694)
* shuttle windows * refactor reinf windows plasma and shuttle only * messed up one change * i am actually blind * made and did file
This commit is contained in:
@@ -82,7 +82,7 @@
|
||||
//Pod objects
|
||||
|
||||
//Window
|
||||
/obj/structure/window/shuttle/survival_pod
|
||||
/obj/structure/window/reinforced/shuttle/survival_pod
|
||||
name = "pod window"
|
||||
icon = 'icons/obj/smooth_structures/pod_window.dmi'
|
||||
icon_state = "pod_window-0"
|
||||
@@ -91,13 +91,13 @@
|
||||
smoothing_groups = list(SMOOTH_GROUP_SHUTTLE_PARTS, SMOOTH_GROUP_SURVIVAL_TIANIUM_POD)
|
||||
canSmoothWith = list(SMOOTH_GROUP_SURVIVAL_TIANIUM_POD)
|
||||
|
||||
/obj/structure/window/shuttle/survival_pod/spawner/north
|
||||
/obj/structure/window/reinforced/shuttle/survival_pod/spawner/north
|
||||
dir = NORTH
|
||||
|
||||
/obj/structure/window/shuttle/survival_pod/spawner/east
|
||||
/obj/structure/window/reinforced/shuttle/survival_pod/spawner/east
|
||||
dir = EAST
|
||||
|
||||
/obj/structure/window/shuttle/survival_pod/spawner/west
|
||||
/obj/structure/window/reinforced/shuttle/survival_pod/spawner/west
|
||||
dir = WEST
|
||||
|
||||
/obj/structure/window/reinforced/survival_pod
|
||||
|
||||
Reference in New Issue
Block a user