mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 11:05:03 +01:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user