Skip to content

Commit

Permalink
fix-iron-boots
Browse files Browse the repository at this point in the history
  • Loading branch information
MortoSasye committed Oct 14, 2024
1 parent 53c3cbc commit b65d65e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_doppler/reagent_forging/code/forge_clothing.dm
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
icon = 'modular_doppler/reagent_forging/icons/obj/forge_clothing.dmi'
worn_icon = 'modular_doppler/reagent_forging/icons/mob/clothing/forge_clothing.dmi'
supported_bodyshapes = list(BODYSHAPE_HUMANOID, BODYSHAPE_DIGITIGRADE)
bodyshape_icon_files = list(BODYSHAPE_HUMANOID_T = 'modular_doppler/food_replicator/icons/clothing_worn.dmi',
bodyshape_icon_files = list(BODYSHAPE_HUMANOID_T = 'modular_doppler/reagent_forging/icons/mob/clothing/forge_clothing.dmi',
BODYSHAPE_DIGITIGRADE_T = 'modular_doppler/reagent_forging/icons/mob/clothing/forge_clothing_digi.dmi')
icon_state = "plate_boots"
supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION
Expand Down

0 comments on commit b65d65e

Please sign in to comment.