Skip to content

Commit

Permalink
possible fix for digilegs
Browse files Browse the repository at this point in the history
this may or may not compile, webeditor moment

Signed-off-by: CliffracerX <[email protected]>
  • Loading branch information
CliffracerX authored Sep 21, 2024
1 parent 498fc88 commit 3a12ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/human/human_update_icons.dm
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ generate/load female uniform sprites matching all previously decided variables
if(female_uniform)
building_icon = wear_female_version(
icon_state = t_state,
icon = building_icon || file2use,
icon = istype(building_icon) ? building_icon : file2use,
type = female_uniform,
greyscale_colors = greyscale_colors,
)
Expand Down

0 comments on commit 3a12ea0

Please sign in to comment.