From abe354bcecd1b4c48c40d3222d477e94afd7e2f6 Mon Sep 17 00:00:00 2001 From: Will <7099514+Willburd@users.noreply.github.com> Date: Wed, 4 Feb 2026 19:02:59 -0500 Subject: [PATCH] rotate (#19133) Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> --- code/game/machinery/floodlight.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/machinery/floodlight.dm b/code/game/machinery/floodlight.dm index 735fbc79d0d..8c395c375ce 100644 --- a/code/game/machinery/floodlight.dm +++ b/code/game/machinery/floodlight.dm @@ -17,6 +17,7 @@ . = ..() cell = new(src) AddElement(/datum/element/climbable) + AddElement(/datum/element/rotatable) /obj/machinery/floodlight/update_icon() cut_overlays()