Skip to content

Commit

Permalink
Admin Verbs - Hide now hides Control Mob verb (#5827)
Browse files Browse the repository at this point in the history
# 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
<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog
:cl:
fix: Admin verbs - Hide will now hide Control Mob verb
/:cl:
  • Loading branch information
Birdtalon committed Feb 27, 2024
1 parent 81d815f commit 86292ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/admin/admin_verbs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 86292ac

Please sign in to comment.