From 86292acbd1457e65397a74b6ba405ce7f70807b6 Mon Sep 17 00:00:00 2001 From: Birdtalon Date: Tue, 27 Feb 2024 01:50:30 +0000 Subject: [PATCH] Admin Verbs - Hide now hides Control Mob verb (#5827) # About the pull request Control Mob verb was added to admin verbs and doesn't hide. I will accidently click this and take control of some poor guy's character. # Explain why it's good for the game # Testing Photographs and Procedure
Screenshots & Videos Put screenshots and videos here with an empty line between the screenshots and the `
` tags.
# Changelog :cl: fix: Admin verbs - Hide will now hide Control Mob verb /:cl: --- code/modules/admin/admin_verbs.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/admin/admin_verbs.dm b/code/modules/admin/admin_verbs.dm index d27e07329a94..b99394a52fee 100644 --- a/code/modules/admin/admin_verbs.dm +++ b/code/modules/admin/admin_verbs.dm @@ -271,6 +271,7 @@ GLOBAL_LIST_INIT(admin_mob_event_verbs_hideable, list( //verbs which can be hidden - needs work GLOBAL_LIST_INIT(admin_verbs_hideable, list( + /client/proc/cmd_assume_direct_control, /client/proc/release, /client/proc/possess, /client/proc/callproc_datum,