Update GainStation13/code/modules/resize/height_limits.dm

Co-authored-by: sheepishgoat <100518708+sheepishgoat@users.noreply.github.com>
This commit is contained in:
Alphas00
2025-01-28 22:35:11 +01:00
committed by GitHub
parent e932583ba0
commit 2cf8c9e8e6
@@ -63,8 +63,7 @@ GLOBAL_LIST_EMPTY(see_toggle_smallsprite)
GLOB.enabled_smallsprite -= src
return FALSE
//Generate the image based on the mob's current icon and apply matrix transformations
// to adjust its position and angle
///Generate the image based on the mob's current icon and apply matrix transformations to adjust its position and angle
/mob/living/proc/generate_smallsprite()
var/image/I = image(icon=icon, icon_state=icon_state, loc=src, layer=layer, pixel_x=pixel_x, pixel_y=pixel_y)
I.overlays += overlays