mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 19:15:11 +01:00
Merge pull request #7534 from VOREStation/aro-moverework
Rewrite client/Move() for smoother movement ingame
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
do_reagent_implant(usr)
|
||||
|
||||
/mob/living/carbon/human/proc/do_reagent_implant(var/mob/living/carbon/human/user = usr)
|
||||
if(!isliving(user) || !user.canClick())
|
||||
if(!isliving(user) || !user.checkClickCooldown())
|
||||
return
|
||||
|
||||
if(user.incapacitated() || user.stat > CONSCIOUS)
|
||||
|
||||
Reference in New Issue
Block a user