mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Quick fix for trialmins being able to right click -> VV
Removing VV from observers. (More nerfs incomings) git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4899 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -61,6 +61,7 @@
|
||||
if ("Trial Admin")
|
||||
holder.level = 3
|
||||
if(holder.state == 2) // if observing
|
||||
verbs += /client/proc/debug_variables
|
||||
verbs += /client/proc/cmd_modify_ticker_variables
|
||||
verbs += /client/proc/toggle_view_range
|
||||
verbs += /client/proc/Getmob
|
||||
@@ -94,8 +95,6 @@
|
||||
|
||||
if ("Admin Observer")
|
||||
holder.level = -1
|
||||
if(holder.state == 2) // if observing
|
||||
verbs += /client/proc/debug_variables
|
||||
|
||||
// if ("Banned")
|
||||
// holder.level = -2
|
||||
|
||||
Reference in New Issue
Block a user