diff --git a/code/modules/mob/mob_grab.dm b/code/modules/mob/mob_grab.dm index 09469902434..57353e2a9be 100644 --- a/code/modules/mob/mob_grab.dm +++ b/code/modules/mob/mob_grab.dm @@ -239,8 +239,6 @@ return if(state == GRAB_UPGRADING) return - if(!assailant.checkClickCooldown()) - return if(world.time < (last_action + UPGRADE_COOLDOWN)) return if(!assailant.canmove || assailant.lying)