Files
Aurora.3/code/game/objects/items
Kano 4285cc90ea Fixes flashlight lighting direction mismatch when dropped (#22417)
## About PR

Makes it so lighting system recognizes the direction flashlight is
facing when dropped, so it no longer defaults to south

The reasoning behind this method is,


https://github.com/Aurorastation/Aurora.3/blob/38a5988115e33594fcc9e9fafd08d474bbf76967/code/datums/components/overlay_lighting.dm#L503-L509

items don't update their directions when held and carried around, and
`set_dir()` is where the signal is sent which system listens to

also removes an unused var
2026-05-11 18:13:03 +00:00
..
2026-03-23 09:16:23 +00:00
2026-04-20 11:31:39 +00:00
2026-04-08 15:52:13 +00:00
2026-05-11 18:13:00 +00:00
2026-04-23 00:35:04 +00:00
2026-05-11 18:12:58 +00:00
2026-03-24 19:53:37 +01:00