mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Fix for the fix for pulling people lying down.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user