Skip to content

Commit

Permalink
Good Hair Day: Enables hair & facial hair for moths (#537)
Browse files Browse the repository at this point in the history
enables hair for moths
  • Loading branch information
Lutowski authored and FFMirrorBot committed Jan 22, 2024
1 parent 17d9562 commit f181fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_nova/modules/bodyparts/code/moth_bodyparts.dm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
icon_state = "moth_head_m"
limb_id = SPECIES_MOTH
is_dimorphic = TRUE
head_flags = HEAD_LIPS|HEAD_EYESPRITES|HEAD_EYEHOLES|HEAD_DEBRAIN //what the fuck, moths have lips?
head_flags = HEAD_HAIR|HEAD_FACIAL_HAIR|HEAD_LIPS|HEAD_EYESPRITES|HEAD_EYEHOLES|HEAD_DEBRAIN //what the fuck, moths have lips?

/obj/item/bodypart/chest/moth
icon = BODYPART_ICON_MOTH
Expand Down

0 comments on commit f181fb5

Please sign in to comment.