From af666cf2c9bab643effa286f4492a3d8c4b4daac Mon Sep 17 00:00:00 2001 From: king5327 Date: Wed, 13 Nov 2024 00:46:44 -0500 Subject: [PATCH] Lets mods dragdrop ghosts into control of a mob. --- code/modules/admin/admin.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm index 94400f44701..fc2d27cfe23 100755 --- a/code/modules/admin/admin.dm +++ b/code/modules/admin/admin.dm @@ -1233,7 +1233,7 @@ ADMIN_VERB_ADD(/datum/admins/proc/toggleguests, R_ADMIN, FALSE) return //Extra sanity check to make sure only observers are shoved into things //Same as assume-direct-control perm requirements. - if (!check_rights(R_ADMIN|R_DEBUG,0)) + if (!check_rights(R_ADMIN|R_MOD|R_DEBUG,0)) return 0 if (!frommob.ckey) return 0