Adds two Fun verbs for admins

- Mass Zombie Infection - gives all humans a zombie infection organ to
all humans, which will make them reanimate on death.

- Polymorph All - This applies a bolt of change to all living mobs.
Slightly laggy.
This commit is contained in:
Jack Edge
2016-06-05 12:54:35 +01:00
parent 9db2f57f36
commit a35a0d3306
2 changed files with 63 additions and 1 deletions
+3 -1
View File
@@ -94,7 +94,9 @@ var/list/admin_verbs_fun = list(
/client/proc/forceEvent,
/client/proc/bluespace_artillery,
/client/proc/admin_change_sec_level,
/client/proc/toggle_nuke
/client/proc/toggle_nuke,
/client/proc/mass_zombie_infection,
/client/proc/polymorph_all
)
var/list/admin_verbs_spawn = list(
/datum/admins/proc/spawn_atom, /*allows us to spawn instances*/