add support for more admin teleport commands

This commit is contained in:
Kyep
2020-08-01 11:17:34 -07:00
parent 4a21768bba
commit 0aaba82b5b
2 changed files with 22 additions and 1 deletions
+3
View File
@@ -917,6 +917,9 @@ GLOBAL_PROTECT(AdminProcCallSpamPrevention)
if(istype(landmark))
var/datum/map_template/ruin/template = landmark.ruin_template
if(isobj(usr.loc))
var/obj/O = usr.loc
O.force_eject_occupant()
admin_forcemove(usr, get_turf(landmark))
to_chat(usr, "<span class='name'>[template.name]</span>")