Return of Moderator III: This is Getting Old.

Fixed mods back in, should have all powers they did.
Mod panel is MIA< let them use same admins use, can't do shit without having rights anyway.
This commit is contained in:
Chinsky
2013-01-23 06:27:31 +04:00
parent d0ae053098
commit 7f5e8bf595
3 changed files with 8 additions and 7 deletions
+5 -5
View File
@@ -212,11 +212,11 @@ var/list/admin_verbs_mod = list(
/client/proc/cmd_admin_pm_context, /*right-click adminPM interface*/
/client/proc/cmd_admin_pm_panel, /*admin-pm list*/
/client/proc/debug_variables, /*allows us to -see- the variables of any instance in the game.*/
/client/proc/playernotes,
/datum/admins/proc/PlayerNotes,
/client/proc/admin_ghost, /*allows us to ghost/reenter body at will*/
/client/proc/mod_panel,
/client/proc/cmd_mod_say,
/datum/admins/proc/show_player_info
/datum/admins/proc/show_player_info,
/client/proc/player_panel_new,
)
/client/proc/add_admin_verbs()
if(holder)
@@ -618,7 +618,7 @@ var/list/admin_verbs_mod = list(
/client/proc/mod_panel()
set name = "Moderator Panel"
set category = "Admin"
/*if(holder)
/* if(holder)
holder.mod_panel()*/
// feedback_add_details("admin_verb","MP") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
return
@@ -738,4 +738,4 @@ var/list/admin_verbs_mod = list(
var/job = input("Please select job slot to free", "Free job slot") as null|anything in jobs
if (job)
job_master.FreeRole(job)
return
return
+2 -2
View File
@@ -1460,7 +1460,7 @@
usr.client.cmd_admin_subtle_message(M)
else if(href_list["traitor"])
if(!check_rights(R_ADMIN)) return
if(!check_rights(R_ADMIN|R_MOD)) return
if(!ticker || !ticker.mode)
alert("The game hasn't started yet!")
@@ -2512,4 +2512,4 @@
switch(href_list["notes"])
if("show")
show_player_info(ckey)
return
return