Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,17 @@
unarmed_sharpness = SHARP_EDGED
// limb_id = SPECIES_FERA
footprint_sprite = FOOTPRINT_SPRITE_CLAWS
footstep_type = FOOTSTEP_MOB_CLAW

/obj/item/bodypart/leg/left/fera/heavy
special_footstep_sounds = list(list('modular_darkpack/modules/werewolf_the_apocalypse/sounds/hefty_step.ogg'), 60, 15)

/obj/item/bodypart/leg/right/fera
unarmed_sharpness = SHARP_EDGED
// limb_id = SPECIES_FERA
footprint_sprite = FOOTPRINT_SPRITE_CLAWS
footstep_type = FOOTSTEP_MOB_CLAW

/obj/item/bodypart/leg/right/fera/heavy
special_footstep_sounds = list(list('modular_darkpack/modules/werewolf_the_apocalypse/sounds/hefty_step.ogg'), 60, 15)

// Specificly to restrict use of tools... because that was moved to the brain..
/obj/item/organ/brain/fera
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@
BODY_ZONE_L_ARM = /obj/item/bodypart/arm/left/fera/aggravated,
BODY_ZONE_R_ARM = /obj/item/bodypart/arm/right/fera/aggravated,
BODY_ZONE_HEAD = /obj/item/bodypart/head/fera/aggravated,
BODY_ZONE_L_LEG = /obj/item/bodypart/leg/left/fera,
BODY_ZONE_R_LEG = /obj/item/bodypart/leg/right/fera,
BODY_ZONE_L_LEG = /obj/item/bodypart/leg/left/fera/heavy,
BODY_ZONE_R_LEG = /obj/item/bodypart/leg/right/fera/heavy,
BODY_ZONE_CHEST = /obj/item/bodypart/chest/fera,
)

Expand Down Expand Up @@ -259,8 +259,8 @@
BODY_ZONE_L_ARM = /obj/item/bodypart/arm/left/fera/aggravated,
BODY_ZONE_R_ARM = /obj/item/bodypart/arm/right/fera/aggravated,
BODY_ZONE_HEAD = /obj/item/bodypart/head/fera/aggravated,
BODY_ZONE_L_LEG = /obj/item/bodypart/leg/left/fera,
BODY_ZONE_R_LEG = /obj/item/bodypart/leg/right/fera,
BODY_ZONE_L_LEG = /obj/item/bodypart/leg/left/fera/heavy,
BODY_ZONE_R_LEG = /obj/item/bodypart/leg/right/fera/heavy,
BODY_ZONE_CHEST = /obj/item/bodypart/chest/fera,
)

Expand Down
Binary file not shown.
Loading