Make multitile airlocks/poddoors directional (#28928)

* Update multitile airlocks

* Update shuttle_rotate.dm

* updatepaths

* code review changes + linters

* i failed my own linters

* updatepaths
This commit is contained in:
kyunkyunkyun
2025-05-04 07:35:33 +05:00
committed by GitHub
parent 37a4e6efe6
commit ec6a23eec5
43 changed files with 412 additions and 227 deletions
+9
View File
@@ -97,3 +97,12 @@ If ever any of these procs are useful for non-shuttles, rename it to proc/rotate
/obj/machinery/gravity_generator/shuttleRotate(rotation, params)
params = NONE
return ..()
// Updates airlocks' icon
/obj/machinery/door/shuttleRotate(rotation, params)
..()
update_bounds()
/obj/structure/door_assembly/multi_tile/shuttleRotate(rotation, params)
..()
update_bounds()