Skip to content

Commit

Permalink
Update code/modules/mob/living/carbon/human/human_update_icons.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Alexsey Bezyuk <41479614+PhantornRU@users.noreply.github.com>
  • Loading branch information
Dekupich and PhantornRU authored Jan 31, 2025
1 parent 1580060 commit 213cd1a
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 @@ -535,7 +535,7 @@ There are several things that need to be remembered:
var/icon_file = 'icons/mob/clothing/mask.dmi'
var/list/icon_files_species = list(
"vulpkanin" = 'modular_bandastation/species/icons/mob/species/vulpkanin/clothing/mask.dmi',
"tajaran" = 'modular_bandastation/species/icons/mob/species/tajaran/clothing/mask.dmi',
"tajaran" = 'modular_bandastation/species/icons/mob/species/tajaran/clothing/mask.dmi'
)

var/mutant_override = FALSE
Expand Down

0 comments on commit 213cd1a

Please sign in to comment.