Switches reset_view to reset_perspective

This commit is contained in:
Crazylemon64
2016-12-21 17:59:08 -08:00
parent 6d3e66f41c
commit c0cd2c263f
30 changed files with 65 additions and 65 deletions
+2 -2
View File
@@ -817,9 +817,9 @@ var/global/list/multiverse = list()
log_game("[user][user.key] made [target][target.key] say [wgw] with a voodoo doll.")
if("eyes")
user.set_machine(src)
user.reset_view(target)
user.reset_perspective(target)
spawn(100)
user.reset_view(null)
user.reset_perspective(null)
user.unset_machine()
if("r_leg","l_leg")
to_chat(user, "<span class='notice'>You move the doll's legs around.</span>")