code/modules/admin/verbs/adminfun.dm 
| /datum/admin_verb/mass_modify_traits | Allow admin to mass add or remove a trait across all mobs |
|---|---|
| /proc/get_mob_admin_traits | Returns only traits that apply to mobs |
| /proc/objectify | "Turns" people into objects. Really, we just add them to the contents of the item. |
| /proc/firing_squad | firing_squad is a proc for the :B:erforate smite to shoot each individual bullet at them, so that we can add actual delays without sleep() nonsense |