mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 12:35:33 +01:00
[MIRROR] Fixes Survival Pod Walls Not Smoothing With Their Airlocks [MDB IGNORE] (#14790)
* Fixes Survival Pod Walls Not Smoothing With Their Airlocks (#68116) Fixes #68115 (Survival Pod Walls Don't Smooth With Their Airlock) They used to smooth, but then during the icon smoothing refactor someone forgot to add them to their smoothing_groups Also corrected the misspelling * Fixes Survival Pod Walls Not Smoothing With Their Airlocks * Update spaceship_turfs.dm Co-authored-by: 13spacemen <46101244+13spacemen@users.noreply.github.com> Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com>
This commit is contained in:
@@ -88,8 +88,8 @@
|
||||
icon_state = "pod_window-0"
|
||||
base_icon_state = "pod_window"
|
||||
smoothing_flags = SMOOTH_BITMASK
|
||||
smoothing_groups = list(SMOOTH_GROUP_SHUTTLE_PARTS, SMOOTH_GROUP_SURVIVAL_TIANIUM_POD)
|
||||
canSmoothWith = list(SMOOTH_GROUP_SURVIVAL_TIANIUM_POD)
|
||||
smoothing_groups = list(SMOOTH_GROUP_SHUTTLE_PARTS, SMOOTH_GROUP_SURVIVAL_TITANIUM_POD)
|
||||
canSmoothWith = list(SMOOTH_GROUP_SURVIVAL_TITANIUM_POD)
|
||||
|
||||
/obj/structure/window/reinforced/shuttle/survival_pod/spawner/north
|
||||
dir = NORTH
|
||||
@@ -111,6 +111,7 @@
|
||||
icon = 'icons/obj/doors/airlocks/survival/survival.dmi'
|
||||
overlays_file = 'icons/obj/doors/airlocks/survival/survival_overlays.dmi'
|
||||
assemblytype = /obj/structure/door_assembly/door_assembly_pod
|
||||
smoothing_groups = list(SMOOTH_GROUP_AIRLOCK, SMOOTH_GROUP_SURVIVAL_TITANIUM_POD)
|
||||
|
||||
/obj/machinery/door/airlock/survival_pod/glass
|
||||
opacity = FALSE
|
||||
|
||||
Reference in New Issue
Block a user