Get down on your knees, Griefers!

Sets weakens of griefers to 200, so they lie down.

When you're done, unwind button resets weaken. So they can wake up.
This commit is contained in:
Dalekfodder
2014-03-11 19:26:24 +02:00
parent a8d9450c7e
commit 60944a5cf3
2 changed files with 31 additions and 0 deletions
+2
View File
@@ -10,6 +10,8 @@ var/list/admin_verbs_default = list(
// /client/proc/deadchat /*toggles deadchat on/off*/
)
var/list/admin_verbs_admin = list(
/client/proc/cmd_admin_wind,
/client/proc/cmd_admin_unwind,
/client/proc/player_panel, /*shows an interface for all players, with links to various panels (old style)*/
/client/proc/player_panel_new, /*shows an interface for all players, with links to various panels*/
/client/proc/invisimin, /*allows our mob to go invisible/visible*/