Adminverb tweaks

- Make viewrange changes log
- Make NIF/Auth NIF verbs show up for dev/mod
This commit is contained in:
Rae
2022-04-15 11:56:09 +02:00
parent b5dff4934f
commit bc6f0e37b9
2 changed files with 7 additions and 3 deletions
+6 -2
View File
@@ -262,7 +262,9 @@ var/list/admin_verbs_debug = list(
/datum/admins/proc/change_time,
/client/proc/admin_give_modifier,
/client/proc/simple_DPS,
/datum/admins/proc/view_feedback
/datum/admins/proc/view_feedback,
/datum/admins/proc/quick_nif, //CHOMPStation Add,
/datum/admins/proc/quick_authentic_nif, //CHOMPStation add
)
var/list/admin_verbs_paranoid_debug = list(
@@ -396,7 +398,9 @@ var/list/admin_verbs_mod = list(
/client/proc/getserverlog, //allows us to fetch server logs (diary) for other days,
/datum/admins/proc/view_persistent_data,
/datum/admins/proc/view_txt_log, //shows the server log (diary) for today,
/datum/admins/proc/view_atk_log //shows the server combat-log, doesn't do anything presently,
/datum/admins/proc/view_atk_log, //shows the server combat-log, doesn't do anything presently,
/datum/admins/proc/quick_nif, //CHOMPStation Add,
/datum/admins/proc/quick_authentic_nif, //CHOMPStation add
)
var/list/admin_verbs_event_manager = list(
+1 -1
View File
@@ -883,7 +883,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
mob.set_viewsize(view)
log_admin("[key_name(usr)] changed their view range to [view].")
//message_admins("<font color='blue'>[key_name_admin(usr)] changed their view range to [view].</font>", 1) //why? removed by order of XSI
message_admins("<font color='blue'>[key_name_admin(usr)] changed their view range to [view].</font>", 1) //CHOMPEdit - Uncommented this.
feedback_add_details("admin_verb","CVRA") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!