Give Quick NIF to the boys

This commit is contained in:
Cadyn
2020-10-08 12:26:38 -07:00
parent 93dfd0906c
commit d9795baaf7
+2
View File
@@ -358,6 +358,8 @@ 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/quick_nif, //VOREStation Add,
/datum/admins/proc/quick_authentic_nif, //CHOMPStation add
/datum/admins/proc/view_atk_log //shows the server combat-log, doesn't do anything presently,
)