Switches reset_view to reset_perspective

This commit is contained in:
Crazylemon64
2016-11-03 15:34:38 -07:00
parent 6d3e66f41c
commit c0cd2c263f
30 changed files with 65 additions and 65 deletions
@@ -55,7 +55,7 @@
for(var/mob/M in src) //Should only be one but whatever.
M.loc = src.loc
M.reset_view(null)
M.reset_perspective(null)
qdel(src)