[MIRROR] [MAJOR CHANGE] Admin rank datum (#10316)

Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-11 22:36:14 +01:00
committed by GitHub
co-authored by Selis
parent 86d5086018
commit a57d38624d
89 changed files with 1997 additions and 775 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
var/datum/player_info/P = new
if (user)
P.author = user.key
P.rank = user.client.holder.rank
P.rank = user.client.holder.rank_names()
else
P.author = "Adminbot"
P.rank = "Friendly Robot"