Attack log toggle for mods

This commit is contained in:
skull132
2016-02-21 16:46:38 +02:00
parent c2b43989ed
commit dc2664ece8

View File

@@ -295,7 +295,8 @@ var/list/admin_verbs_mod = list(
/client/proc/check_antagonists,
/client/proc/jobbans,
/client/proc/cmd_admin_subtle_message, /*send an message to somebody as a 'voice in their head'*/
/datum/admins/proc/paralyze_mob
/datum/admins/proc/paralyze_mob,
/client/proc/toggleattacklogs
)
var/list/admin_verbs_dev = list( //will need to be altered - Ryan784