Converts more dir assignments to setDir (#40023)

This commit is contained in:
Emmett Gaines
2018-08-31 22:54:37 +03:00
committed by vuonojenmustaturska
parent 4c61996455
commit 451d35c9c9
12 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -119,7 +119,7 @@
var/atom/movable/P = mob.pulling
if(P && !ismob(P) && P.density)
mob.dir = turn(mob.dir, 180)
mob.setDir(turn(mob.dir, 180))
///Process_Grab()
///Called by client/Move()