Brings back the aliens as they were when removed, minus huggers (until we can get a suitable replacement), for admins to use.

This commit is contained in:
Mechoid
2017-09-03 01:46:08 -07:00
parent 98287351a7
commit 5d390ca67b
33 changed files with 1937 additions and 1 deletions
@@ -0,0 +1,7 @@
/datum/admin_secret_item/random_event/trigger_xenomorph_infestation
name = "Trigger a Xenomorph Infestation"
/datum/admin_secret_item/random_event/trigger_xenomorph_infestation/execute(var/mob/user)
. = ..()
if(.)
return xenomorphs.attempt_random_spawn()