[MIRROR] up ports a bunch of TGS commands (#11173)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-07-13 14:34:17 +02:00
committed by GitHub
co-authored by Kashargul
parent 42b68b856b
commit 0160eb3e68
29 changed files with 639 additions and 366 deletions
+1 -1
View File
@@ -61,5 +61,5 @@ SUBSYSTEM_DEF(inactivity)
return ..()
/datum/controller/subsystem/inactivity/proc/can_kick(var/client/C)
if(C.holder) return FALSE //VOREStation Add - Don't kick admins.
if(check_rights_for(C, R_HOLDER|R_MENTOR)) return FALSE //VOREStation Add - Don't kick admins.
return TRUE