mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 11:36:24 +01:00
Fixes circuit drone pixel/shadow offsets (#85940)
## About The Pull Request Lil guy no longer flies above ground with his shadow on the turf below him  ## Changelog 🆑 fix: Fixed circuit drone pixel/shadow offsets /🆑
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user