Admin QoL

Moves absuive verbs to a seperate panel to reduce likelihood of being
pressed.
This commit is contained in:
Poojawa
2016-08-15 09:23:25 -05:00
parent 3f5302a0c6
commit cf48200c69
2 changed files with 13 additions and 13 deletions
+8 -8
View File
@@ -441,7 +441,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
var/datum/round_event/ion_storm/ion = new(0, announce_ion_laws, input)
ion.start()
feedback_add_details("admin_verb","IONC") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
/client/proc/cmd_admin_rejuvenate(mob/living/M in mob_list)
@@ -521,7 +521,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
feedback_add_details("admin_verb","MFS") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
/client/proc/cmd_admin_explosion(atom/O as obj|mob|turf in world)
set category = "Special Verbs"
set category = "Abusive"
set name = "Explosion"
if (!holder)
@@ -689,7 +689,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
/client/proc/everyone_random()
set category = "Fun"
set category = "Abusive"
set name = "Make Everyone Random"
set desc = "Make everyone have a random appearance. You can only use this before rounds!"
@@ -754,7 +754,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
/client/proc/toggle_nuke(obj/machinery/nuclearbomb/N in nuke_list)
set name = "Toggle Nuke"
set category = "Fun"
set category = "Abusive"
set popup_menu = 0
if(!check_rights(R_DEBUG))
return
@@ -772,7 +772,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
feedback_add_details("admin_verb","TN") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
/client/proc/reset_latejoin_spawns()
set category = "Debug"
set category = "Abusive"
set name = "Remove Latejoin Spawns"
if(!check_rights(R_DEBUG))
@@ -994,7 +994,7 @@ var/list/datum/outfit/custom_outfits = list() //Admin created outfits
M.ui_interact(usr)
/client/proc/mass_zombie_infection()
set category = "Fun"
set category = "Abusive"
set name = "Mass Zombie Infection"
set desc = "Infects all humans with a latent organ that will zombify \
them on death."
@@ -1014,7 +1014,7 @@ var/list/datum/outfit/custom_outfits = list() //Admin created outfits
feedback_add_details("admin_verb","MZI")
/client/proc/mass_zombie_cure()
set category = "Fun"
set category = "Abusive"
set name = "Mass Zombie Cure"
set desc = "Removes the zombie infection from all humans, returning them to normal."
if(!holder)
@@ -1032,7 +1032,7 @@ var/list/datum/outfit/custom_outfits = list() //Admin created outfits
feedback_add_details("admin_verb","MZC")
/client/proc/polymorph_all()
set category = "Fun"
set category = "Abusive"
set name = "Polymorph All"
set desc = "Applies the effects of the bolt of change to every single mob."