Skip to content

Commit

Permalink
crunkers
Browse files Browse the repository at this point in the history
crush
  • Loading branch information
567Turtle committed May 15, 2024
1 parent 65b29b2 commit 79ba1e9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions code/modules/mob/living/carbon/xenomorph/castes/Crusher.dm
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@
tier = 3
drag_delay = 6 //pulling a big dead xeno is hard

/mob/living/carbon/xenomorph/crusher/recalculate_actions()
. = ..()
pull_multiplier *= 0.5
if(is_zoomed)
zoom_out()

small_explosives_stun = FALSE

mob_size = MOB_SIZE_IMMOBILE
Expand Down

0 comments on commit 79ba1e9

Please sign in to comment.