Skip to content

Commit

Permalink
adding as anything webcommit, ty vero
Browse files Browse the repository at this point in the history
Co-authored-by: Vero <[email protected]>
  • Loading branch information
GrrrKitten and vero5123 authored Jun 4, 2024
1 parent 94b8bfa commit ceac87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/human/human_helpers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
body_size_icon = body_size
body_type_icon = body_type

for(var/obj/limb/L in limbs)
for(var/obj/limb/L as anything in limbs)
L.icon_name = get_limb_icon_name(species, body_size_icon, body_type_icon, gender, L.display_name, skin_color_icon)

/mob/living/carbon/human/can_inject(mob/user, error_msg, target_zone)
Expand Down

0 comments on commit ceac87a

Please sign in to comment.