From 3df64dcff67d90e2ee59ec301a1d09a868fbf62b Mon Sep 17 00:00:00 2001 From: "baloh.matevz" Date: Sat, 13 Oct 2012 21:13:20 +0000 Subject: [PATCH] - View variables is now admin candidate and up. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4861 316c924e-a436-60f5-8080-3fe189b3f50e --- code/datums/datumvars.dm | 5 +++++ 1 file changed, 5 insertions(+) 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 = ""