Merge pull request #15979 from SandPoot/reflector-rotat

Reflectors will rotate inside shuttles - Rejoice supermatter shuttle builders
This commit is contained in:
Lin
2023-03-15 14:43:40 -07:00
committed by GitHub
@@ -263,3 +263,7 @@
return
else
return ..()
/obj/structure/reflector/shuttleRotate(rotation, params)
. = ..()
setAngle(SIMPLIFY_DEGREES(rotation_angle + rotation))