Skip to content

Commit

Permalink
And that
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Aug 12, 2023
1 parent 234cbf4 commit 2caecfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/xenomorph/attack_alien.dm
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@

M.flick_attack_overlay(src, "slash")
var/obj/limb/affecting
affecting = get_limb(rand_zone(M.zone_selected, directional_assist_attack ? 25 : 70))
affecting = get_limb(rand_zone(M.zone_selected, directional_assist_attack ? 25 : 50))
if(!affecting)
affecting = get_limb("chest") //Default to torso if we don't get a proper limb

Expand Down

0 comments on commit 2caecfc

Please sign in to comment.