Skip to content

Commit

Permalink
Magic line of code that apparently fixes it
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaostico committed Sep 21, 2024
1 parent 79d7196 commit 498fc88
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,
icon = building_icon || file2use,
type = female_uniform,
greyscale_colors = greyscale_colors,
)
Expand Down

0 comments on commit 498fc88

Please sign in to comment.