mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 07:20:09 +01:00
Small Floor Lights Offset Fix (#18743)
* Small Floor Lights Offset Fix * Changelog
This commit is contained in:
@@ -221,6 +221,10 @@
|
||||
pixel_x = pixel_x
|
||||
pixel_y = pixel_y
|
||||
|
||||
/obj/machinery/light/small/floor/set_pixel_offsets()
|
||||
pixel_x = pixel_x
|
||||
pixel_y = pixel_y
|
||||
|
||||
/obj/machinery/light/update_icon()
|
||||
cut_overlays()
|
||||
if ((status == LIGHT_EMPTY) || !fitting_has_empty_icon)
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: SleepyGemmy
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "Fixed small floor lights being offset."
|
||||
Reference in New Issue
Block a user