mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 15:47:15 +01:00
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:
@@ -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*/
|
||||
|
||||
Reference in New Issue
Block a user