Use Move() proc instead of setting the loc manually.

This commit is contained in:
ESwordTheCat
2014-07-07 23:40:30 -08:00
parent ab55ed27ce
commit 274d273cb1

View File

@@ -13,7 +13,7 @@
// Otherwise jump
else
loc = get_turf(A)
Move(get_turf(A))
/mob/dead/observer/ClickOn(var/atom/A, var/params)
if(client.buildmode)