Fix for the fix for pulling people lying down.

This commit is contained in:
Ren Erthilo
2012-03-21 19:59:20 +00:00
parent fd338632c5
commit 331900eb87
2 changed files with 2 additions and 2 deletions
@@ -204,7 +204,7 @@
if(mutations & mRun)
tally = 0
if(M && M.lying & ismob(pulling)) //Pulling lying down people is slower
if(istype(M) && M.lying) //Pulling lying down people is slower
tally += 3
return tally