mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 22:17:32 +01:00
Fix for issue 324 (what the hell was the point of moved_recently if it's stuck at one after moving and has no impact outside of electropacks)
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2997 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -166,7 +166,6 @@ obj
|
||||
src.m_flag = 1
|
||||
if ((A != src.loc && A && A.z == src.z))
|
||||
src.last_move = get_dir(A, src.loc)
|
||||
src.moved_recently = 1
|
||||
return
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user