Skip to content

Commit

Permalink
Should fix weird max grab variable thing
Browse files Browse the repository at this point in the history
  • Loading branch information
Katskan committed Nov 12, 2023
1 parent f9a6c45 commit ec36b09
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 @@ -69,10 +69,8 @@
var/max_grab_size = user.mob_size
/// Amazing what you can do with a bit of dexterity.
if(HAS_TRAIT(user, TRAIT_DEXTROUS))
max_grab_size++
/// 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++
last_upgrade = world.time

switch(user.grab_level)
Expand Down

0 comments on commit ec36b09

Please sign in to comment.