mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 22:47:59 +01:00
Inertia fix.
This commit is contained in:
@@ -181,7 +181,7 @@
|
||||
M.inertia_dir = 0
|
||||
return
|
||||
spawn(5)
|
||||
if((M && !(M.anchored) && (M.loc == src)))
|
||||
if((M && !(M.anchored) && !(M.pulledby) && (M.loc == src)))
|
||||
if(M.inertia_dir)
|
||||
step(M, M.inertia_dir)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user