repair droid sprite update (#28954)

This commit is contained in:
YoursTrulyHollow
2025-04-24 14:31:43 +00:00
committed by GitHub
parent 1deb2137ba
commit a545c21887
2 changed files with 1 additions and 1 deletions
@@ -163,7 +163,7 @@
/obj/item/mecha_parts/mecha_equipment/repair_droid/attach(obj/mecha/M)
..()
droid_overlay = new(icon, icon_state = "repair_droid")
droid_overlay = new(icon, icon_state = "repair_droid_icon")
M.overlays += droid_overlay
/obj/item/mecha_parts/mecha_equipment/repair_droid/detach()
Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 36 KiB