diff --git a/code/datums/datumvars.dm b/code/datums/datumvars.dm index 2d6169049ad..a36117bbd0e 100644 --- a/code/datums/datumvars.dm +++ b/code/datums/datumvars.dm @@ -8,6 +8,11 @@ client //set src in world + if(!usr.client || !usr.client.holder || !(usr.client.holder.level >= 2) ) //admin candidate and up. + usr << "\red You need to be a higher level administrator to access this." + return + + var/title = "" var/body = ""