Skip to content

Commit

Permalink
health_threshold_crit
Browse files Browse the repository at this point in the history
  • Loading branch information
Katskan committed Nov 8, 2023
1 parent a8e745c commit f9a6c45
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/modules/mob/mob_grab.dm
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@
/// Strong mobs can lift above their own weight.
if(HAS_TRAIT(user, TRAIT_SUPER_STRONG))//NB; this will mean Yautja can bodily lift MOB_SIZE_XENO(3) and Synths can lift MOB_SIZE_XENO_SMALL(2)
max_grab_size++
if(victim.mob_size > max_grab_size || !(victim.status_flags & CANPUSH))
return //can't tighten your grip on mobs bigger than you and mobs you can't push.
last_upgrade = world.time

switch(user.grab_level)
Expand Down

0 comments on commit f9a6c45

Please sign in to comment.