WEH
This commit is contained in:
@@ -405,12 +405,6 @@ GLOBAL_LIST_EMPTY(species_list)
|
||||
. = 0
|
||||
break
|
||||
|
||||
if(isliving(user))
|
||||
var/mob/living/L = user
|
||||
if(L.recoveringstam)
|
||||
. = 0
|
||||
break
|
||||
|
||||
if(!QDELETED(Tloc) && (QDELETED(target) || Tloc != target.loc))
|
||||
if((Uloc != Tloc || Tloc != user) && !drifting)
|
||||
. = 0
|
||||
|
||||
@@ -153,8 +153,9 @@
|
||||
if(!(mobility_flags & MOBILITY_UI))
|
||||
unset_machine()
|
||||
|
||||
if(pulledby)
|
||||
pulledby.update_pull_movespeed()
|
||||
if(isliving(pulledby))
|
||||
var/mob/living/L = pulledby
|
||||
L.update_pull_movespeed()
|
||||
|
||||
//Handle lying down, voluntary or involuntary
|
||||
density = !lying
|
||||
|
||||
Reference in New Issue
Block a user