Grab movement sped up (#7223)

Wheelchairs are less hilariously buggy
This commit is contained in:
Atermonera
2020-05-24 17:25:48 -04:00
committed by VirgoBot
parent 5c130f413e
commit 0d1443b06f
2 changed files with 31 additions and 26 deletions
+1 -15
View File
@@ -141,20 +141,6 @@
return M
return 0
/mob/proc/movement_delay(oldloc, direct)
. = 0
if(locate(/obj/item/weapon/grab) in src)
. += 7
// Movespeed delay based on movement mode
switch(m_intent)
if("run")
if(drowsyness > 0)
. += 6
. += config.run_speed
if("walk")
. += config.walk_speed
/mob/proc/Life()
// if(organStructure)
// organStructure.ProcessOrgans()
@@ -237,7 +223,7 @@
if((is_blind(src) || usr.stat) && !isobserver(src))
to_chat(src, "<span class='notice'>Something is there but you can't see it.</span>")
return 1
//Could be gone by the time they finally pick something
if(!A)
return 1