Skip to content

Commit

Permalink
Merge pull request #82 from Kaostico/quick-bandana-fix
Browse files Browse the repository at this point in the history
Quick bandana fix
  • Loading branch information
carpotoxin authored Sep 23, 2024
2 parents a5177a1 + 54a309f commit dc7b06b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modular_doppler/modular_cosmetics/code/face/basemasks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
supported_bodyshapes = list(BODYSHAPE_HUMANOID, BODYSHAPE_SNOUTED)
bodyshape_icon_files = list(BODYSHAPE_HUMANOID_T = 'icons/mob/clothing/mask.dmi',
BODYSHAPE_SNOUTED_T = 'modular_doppler/modular_cosmetics/icons/mob/face/basemask_muzzled.dmi')

/obj/item/clothing/mask/bandana
supported_bodyshapes = null
bodyshape_icon_files = null

0 comments on commit dc7b06b

Please sign in to comment.