Admins now have a 'prayer visibility' verb, which allows us to toggle whether prayers are displayed to us or not. In addition only trial admin and higher can now see prayers.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2181 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2011-09-12 00:56:32 +00:00
parent 7057f3b1fa
commit 932c88afc5
4 changed files with 18 additions and 1 deletions
+11
View File
@@ -2153,6 +2153,17 @@
deadchat = 0
usr << "Deadchat turned off"
/client/proc/toggleprayers()
set category = "Admin"
set desc="Toggles Prayer Visibility"
set name="Prayer Visibility"
if(seeprayers == 0)
seeprayers = 1
usr << "Prayer visibility turned on"
else
seeprayers = 0
usr << "Prayer visibility turned off"
/obj/admins/proc/unprison(var/mob/M in world)
set category = "Admin"
set name = "Unprison"