[MIRROR] moves the last admin verbs (#12656)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-04-13 02:02:58 -04:00
committed by GitHub
co-authored by Kashargul Cameron Lennox
parent 0ff0ec0cca
commit 256cd81e28
25 changed files with 406 additions and 662 deletions
+1 -1
View File
@@ -752,7 +752,7 @@ ADMIN_VERB_AND_CONTEXT_MENU(player_effects, R_FUN, "Player Effects", "Modify a p
if(where == "Cancel")
return
if(where == "To Me")
ui.user.client.Getmob(target)
SSadmin_verbs.dynamic_invoke_verb(ui.user.client, /datum/admin_verb/Getmob, target)
if(where == "To Mob")
var/mob/selection = tgui_input_list(ui.user, "Select a mob to jump [target] to:", "Jump to mob", GLOB.mob_list)
target.on_mob_jump()