kills off last_bumped, jank reduction (#21696)

This commit is contained in:
GDN
2023-07-23 23:32:11 +01:00
committed by GitHub
parent 1d2f929c90
commit df3b44e6ab
4 changed files with 0 additions and 11 deletions
@@ -128,8 +128,6 @@
return
if(ismob(user))
var/mob/M = user
if(world.time - user.last_bumped <= 60)
return //NOTE do we really need that?
if(M.client)
if(iscarbon(M))
var/mob/living/carbon/C = M