Skip to content

Commit

Permalink
Moves more species traits to bodyparts +bugfixes (Modular version pt 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinylspiders authored and Iajret committed Aug 24, 2024
1 parent fdeff20 commit 74b2405
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
dmg_overlay_type = null
brute_modifier = 1.25 //ethereal are weak to brute damages
wing_types = NONE
//bodypart_traits = list(TRAIT_NO_UNDERWEAR) // NOVA EDIT REMOVAL - Underwear equality
//bodypart_traits = list(TRAIT_NO_UNDERWEAR) // NOVA EDIT REMOVAL - LET THEM WEAR PANTIES

/obj/item/bodypart/chest/ethereal/update_limb(dropping_limb, is_creating)
. = ..()
Expand Down
2 changes: 2 additions & 0 deletions modular_nova/modules/bodyparts/code/moth_bodyparts.dm
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
is_dimorphic = TRUE
head_flags = HEAD_HAIR|HEAD_FACIAL_HAIR|HEAD_LIPS|HEAD_EYESPRITES|HEAD_EYEHOLES|HEAD_DEBRAIN //what the fuck, moths have lips?
teeth_count = 0
bodypart_traits = list(TRAIT_ANTENNAE)

/obj/item/bodypart/chest/moth
icon = BODYPART_ICON_MOTH
Expand All @@ -14,6 +15,7 @@
limb_id = SPECIES_MOTH
is_dimorphic = TRUE
wing_types = list(/obj/item/organ/external/wings/functional/moth/megamoth, /obj/item/organ/external/wings/functional/moth/mothra)
bodypart_traits = list(TRAIT_TACKLING_WINGED_ATTACKER)

/obj/item/bodypart/chest/moth/get_butt_sprite()
return icon('icons/mob/butts.dmi', BUTT_SPRITE_FUZZY)
Expand Down

0 comments on commit 74b2405

Please sign in to comment.