Merge pull request #10747 from Kyep/updates_jmp_links

Fixes admin co-ord jump
This commit is contained in:
variableundefined
2019-01-27 11:38:39 +08:00
committed by GitHub
+3
View File
@@ -71,6 +71,9 @@
var/turf/T = locate(tx, ty, tz)
if(T)
admin_forcemove(usr, T)
if(isobserver(usr))
var/mob/dead/observer/O = usr
O.ManualFollow(T)
feedback_add_details("admin_verb","JC") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
if(!isobserver(usr))
message_admins("[key_name_admin(usr)] jumped to coordinates [tx], [ty], [tz]")