mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 08:03:43 +01:00
kills off last_bumped, jank reduction (#21696)
This commit is contained in:
@@ -160,8 +160,6 @@
|
||||
return
|
||||
var/mob/living/carbon/C = user
|
||||
if(C.get_int_organ(/obj/item/organ/internal/alien/hivenode))
|
||||
if(world.time - C.last_bumped <= 60)
|
||||
return
|
||||
if(!C.handcuffed)
|
||||
operate()
|
||||
return
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user