From fd0ac2c5338b767934fdd55c08062818863f20e9 Mon Sep 17 00:00:00 2001 From: SmArtKar <44720187+SmArtKar@users.noreply.github.com> Date: Mon, 19 Aug 2024 02:00:47 +0300 Subject: [PATCH] Fixes circuit drone pixel/shadow offsets (#85940) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## About The Pull Request Lil guy no longer flies above ground with his shadow on the turf below him ![изображение](https://github.com/user-attachments/assets/32de9a9d-2e17-4f83-8531-aeae0c600928) ## Changelog :cl: fix: Fixed circuit drone pixel/shadow offsets /:cl: --- code/modules/wiremod/shell/drone.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/wiremod/shell/drone.dm b/code/modules/wiremod/shell/drone.dm index d2922274b7d..d9bd0e0b418 100644 --- a/code/modules/wiremod/shell/drone.dm +++ b/code/modules/wiremod/shell/drone.dm @@ -13,6 +13,10 @@ light_system = OVERLAY_LIGHT_DIRECTIONAL light_on = FALSE + SET_BASE_VISUAL_PIXEL(0, 4) + shadow_offset_x = -2 + shadow_offset_y = 7 + /mob/living/circuit_drone/Initialize(mapload) . = ..() AddComponent(/datum/component/shell, list(