Adds Datum Tagging for admins (#62982)

This commit is contained in:
Ryll Ryll
2021-12-21 14:00:46 -08:00
committed by GitHub
parent 6e3cacac38
commit 45eb682ee6
14 changed files with 212 additions and 2 deletions
+3
View File
@@ -39,6 +39,9 @@ GLOBAL_PROTECT(href_token)
/// Whether or not this user can bypass 2FA
var/bypass_2fa = FALSE
/// A lazylist of tagged datums, for quick reference with the View Tags verb
var/list/tagged_datums
/datum/admins/New(datum/admin_rank/R, ckey, force_active = FALSE, protected)
if(IsAdminAdvancedProcCall())
var/msg = " has tried to elevate permissions!"